Compartilhar via


Propriedade do RDL ConnectionManagerMultiFlatFileClass.DataRowsToSkip

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 number of initial data rows to skip in the file.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Property DataRowsToSkip As Integer 
    Get 
    Set
'Uso
Dim instance As ConnectionManagerMultiFlatFileClass 
Dim value As Integer 

value = instance.DataRowsToSkip

instance.DataRowsToSkip = value
public virtual int DataRowsToSkip { get; set; }
public:
virtual property int DataRowsToSkip {
    int get ();
    void set (int value);
}
abstract DataRowsToSkip : int with get, set 
override DataRowsToSkip : int with get, set
function get DataRowsToSkip () : int 
function set DataRowsToSkip (value : int)

Valor da propriedade

Tipo: System.Int32
The number of initial data rows to skip in the file.

Implementa

IDTSConnectionManagerFlatFile100.DataRowsToSkip

Consulte também

Referência

ConnectionManagerMultiFlatFileClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper