CreateSchema
Creates a schema file for the specified table or view.
Input
| Name | Type | Required | Description |
| TableName | String | True | The name of the table or view. |
| FileName | String | True | The full file path and name of the schema to generate. The Location connection property specifies the default output directory. |
Result Set Columns
| Name | Type | Description |
| Result | String | Returns Success or Failure. |