Share via


ConnectionManagerFlatFileClass.AlwaysCheckForRowDelimiters Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

Type: System.Boolean
true if the connection always check for row delimiters; otherwise, false.

Implements

IDTSConnectionManagerFlatFile100.AlwaysCheckForRowDelimiters

See Also

Reference

ConnectionManagerFlatFileClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace