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.

请参阅

参考

ISnapshotGenerationAgent 接口

Microsoft.SqlServer.Replication 命名空间