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