Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property FieldDelimiter As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.