共用方式為


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