IDTSBulkInsertTask.FirstRow 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the first row from which to start copying.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property FirstRow As Long
Get
Set
用法
Dim instance As IDTSBulkInsertTask
Dim value As Long
value = instance.FirstRow
instance.FirstRow = value
long FirstRow { get; set; }
property long long FirstRow {
long long get ();
void set (long long value);
}
abstract FirstRow : int64 with get, set
function get FirstRow () : long
function set FirstRow (value : long)
属性值
类型:System.Int64
A Long that indicates the number of the first row to load.
注释
For more information, see BulkInsertTask.