Compartir a través de


ISnapshotGenerationAgent.FieldDelimiter Propiedad

Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property FieldDelimiter As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.

Vea también

Referencia

ISnapshotGenerationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication