Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether the connection always check for row delimiters.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property AlwaysCheckForRowDelimiters As Boolean
Get
Set
'Usage
Dim instance As ConnectionManagerFlatFileClass
Dim value As Boolean
value = instance.AlwaysCheckForRowDelimiters
instance.AlwaysCheckForRowDelimiters = value
public virtual bool AlwaysCheckForRowDelimiters { get; set; }
public:
virtual property bool AlwaysCheckForRowDelimiters {
bool get ();
void set (bool value);
}
abstract AlwaysCheckForRowDelimiters : bool with get, set
override AlwaysCheckForRowDelimiters : bool with get, set
function get AlwaysCheckForRowDelimiters () : boolean
function set AlwaysCheckForRowDelimiters (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the connection always check for row delimiters; otherwise, false.
Implementiert
IDTSConnectionManagerFlatFile100.AlwaysCheckForRowDelimiters