次の方法で共有


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 名前空間