Compartir a través de


TransferSqlServerObjectsTask.SourceTranslateChar Propiedad

Gets or sets a Boolean indicating the value of AutoTranslate in the OLE DB source connection string.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Public Property SourceTranslateChar As Boolean 
    Get 
    Set
'Uso
Dim instance As TransferSqlServerObjectsTask 
Dim value As Boolean 

value = instance.SourceTranslateChar

instance.SourceTranslateChar = value
public bool SourceTranslateChar { get; set; }
public:
virtual property bool SourceTranslateChar {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract SourceTranslateChar : bool with get, set 
override SourceTranslateChar : bool with get, set
final function get SourceTranslateChar () : boolean 
final function set SourceTranslateChar (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean indicating the value of AutoTranslate.

Implementa

ITransferSqlServerObjectsTask.SourceTranslateChar

Comentarios

Default value is false. true indicates that binary data is treated like character data, and ANSI character strings sent between the client and server are translated by converting through Unicode to minimize problems in matching extended characters between the code pages on the client and the server.

Vea también

Referencia

TransferSqlServerObjectsTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask