SqlSink
Class
Definition
A copy activity SQL sink.
public class SqlSink : Microsoft.Azure.Management.DataFactories.Models.CopySink
- Inheritance
Inherited Members
Microsoft.Azure.Management.DataFactories.Models.CopySink
Constructors
| SqlSink() | |
| SqlSink(Int32, TimeSpan) |
Properties
| SliceIdentifierColumnName |
Optional. Name of the SQL column which is used to save slice identifier information, to support idempotent copy. |
| SqlWriterCleanupScript |
Optional. SQL writer cleanup script. |
| SqlWriterStoredProcedureName |
SQL writer stored procedure name. |
| SqlWriterTableType |
SQL writer table type. |
| StoredProcedureParameters |
SQL stored procedure parameters. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |