Share via


IDTSConnectionManagerFlatFile100.DataRowsToSkip Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

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

Syntax

'Declaration
Property DataRowsToSkip As Integer
    Get
    Set
'Usage
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As Integer

value = instance.DataRowsToSkip

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

Property Value

Type: System.Int32