Compartilhar via


Propriedade do RDL IDTSBulkInsertTask.FirstRow

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the first row from which to start copying.

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

Sintaxe

'Declaração
Property FirstRow As Long 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int64
A Long that indicates the number of the first row to load.

Comentários

For more information, see BulkInsertTask.

Consulte também

Referência

IDTSBulkInsertTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.BulkInsertTask