Condividi tramite


Proprietà DestinationTranslateChar

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintassi

'Dichiarazione
Public Property DestinationTranslateChar As Boolean
    Get
    Set
'Utilizzo
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean

value = instance.DestinationTranslateChar

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

Valore proprietà

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

Implementa

ITransferSqlServerObjectsTask. . :: . .DestinationTranslateChar

Osservazioni

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.