Propriedade do RDL IDTSConnectionManagerFlatFile100.AlwaysCheckForRowDelimiters
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Property AlwaysCheckForRowDelimiters As Boolean
Get
Set
'Uso
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As Boolean
value = instance.AlwaysCheckForRowDelimiters
instance.AlwaysCheckForRowDelimiters = value
bool AlwaysCheckForRowDelimiters { get; set; }
property bool AlwaysCheckForRowDelimiters {
bool get ();
void set (bool value);
}
abstract AlwaysCheckForRowDelimiters : bool with get, set
function get AlwaysCheckForRowDelimiters () : boolean
function set AlwaysCheckForRowDelimiters (value : boolean)
Valor da propriedade
Tipo: System.Boolean