Share via


Propriedade do RDL RowDelimiter

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property RowDelimiter As String
    Get
    Set
'Uso
Dim instance As ISnapshotGenerationAgent
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