Compartilhar via


Propriedade do RDL RowDelimiter

Essa API oferece suporte à infraestrutura do 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 RowDelimiter As String
    Get
    Set
'Uso
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As String

value = instance.RowDelimiter

instance.RowDelimiter = value
string RowDelimiter { get; set; }
property String^ RowDelimiter {
    String^ get ();
    void set (String^ value);
}
abstract RowDelimiter : string with get, set
function get RowDelimiter () : String
function set RowDelimiter (value : String)

Valor da propriedade

Tipo: System. . :: . .String