共用方式為


LastRow 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
組件:  Microsoft.SqlServer.BulkInsertTask (在 Microsoft.SqlServer.BulkInsertTask.dll 中)

語法

'宣告
Property LastRow As Long
    Get
    Set
'用途
Dim instance As IDTSBulkInsertTask
Dim value As Long

value = instance.LastRow

instance.LastRow = value
long LastRow { get; set; }
property long long LastRow {
    long long get ();
    void set (long long value);
}
abstract LastRow : int64 with get, set
function get LastRow () : long
function set LastRow (value : long)

屬性值

型別:System. . :: . .Int64