LastRow-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property LastRow As Long
    Get
    Set
'Usage
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)

Eigenschaftenwert

Typ: System. . :: . .Int64