ISnapshotGenerationAgent.FieldDelimiter プロパティ
Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Property FieldDelimiter As String
Get
Set
'使用
Dim instance As ISnapshotGenerationAgent
Dim value As String
value = instance.FieldDelimiter
instance.FieldDelimiter = value
string FieldDelimiter { get; set; }
property String^ FieldDelimiter {
String^ get ();
void set (String^ value);
}
abstract FieldDelimiter : string with get, set
function get FieldDelimiter () : String
function set FieldDelimiter (value : String)
プロパティ値
型: System.String
The character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.