Partager via


Propriété ISnapshotGenerationAgent.RowDelimiter

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property RowDelimiter As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication