Proprietà IDTSBulkInsertTask.LastRow
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the number of the last row to copy.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Sintassi
'Dichiarazione
Property LastRow As Long
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int64
A Long that contains the number of the last row to copy.
Osservazioni
For more information, see BulkInsertTask.
Vedere anche
Riferimento
IDTSBulkInsertTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask