Compartir a través de


ISnapshotGenerationAgent.RowDelimiter Propiedad

Gets or sets the character or character sequence that marks the end of a row in the SQL Server bulk-copy data file.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
A value that represents the row delimiter.

Vea también

Referencia

ISnapshotGenerationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication