Compartilhar via


Propriedade do RDL ConnectionManagerMultiFlatFileClass.RowDelimiter

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 the row delimiter.

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

Sintaxe

'Declaração
Public Overridable Property RowDelimiter As String 
    Get 
    Set
'Uso
Dim instance As ConnectionManagerMultiFlatFileClass 
Dim value As String 

value = instance.RowDelimiter

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

Valor da propriedade

Tipo: System.String
The row delimiter.

Implementa

IDTSConnectionManagerFlatFile100.RowDelimiter

Consulte também

Referência

ConnectionManagerMultiFlatFileClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper