SqlSource
Class
Definition
A copy activity SQL source.
public class SqlSource : Microsoft.Azure.Management.DataFactories.Models.CopySource
- Inheritance
Inherited Members
Microsoft.Azure.Management.DataFactories.Models.CopySource
Constructors
| SqlSource() |
Properties
| SqlReaderQuery |
SQL reader query. |
| SqlReaderStoredProcedureName |
Optional. Name of the stored procedure for a SQL Azure source. This cannot be used at the same time as SqlReaderQuery. |
| StoredProcedureParameters |
Optional. Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |