共用方式為


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.

請參閱

參考

IDTSBulkInsertTask 介面

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask 命名空間