Поделиться через


Свойство 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.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Property RowDelimiter As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A value that represents the row delimiter.

См. также

Справочник

ISnapshotGenerationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication