Compartilhar via


Propriedade do RDL ConnectionManagerMultiFlatFileClass.AlwaysCheckForRowDelimiters

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 a value that indicates whether connection manager always checks for row delimiter in unquoted data.

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

Sintaxe

'Declaração
Public Overridable Property AlwaysCheckForRowDelimiters As Boolean 
    Get 
    Set
'Uso
Dim instance As ConnectionManagerMultiFlatFileClass 
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)

Valor da propriedade

Tipo: System.Boolean
true if the connection manager always checks for row delimiters; otherwise, false. Default is true.

Implementa

IDTSConnectionManagerFlatFile100.AlwaysCheckForRowDelimiters

Consulte também

Referência

ConnectionManagerMultiFlatFileClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper