Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the character data is translated from the destination database.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxis
'Declaración
Property DestinationTranslateChar As Boolean
Get
Set
'Uso
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.DestinationTranslateChar
instance.DestinationTranslateChar = value
bool DestinationTranslateChar { get; set; }
property bool DestinationTranslateChar {
bool get ();
void set (bool value);
}
abstract DestinationTranslateChar : bool with get, set
function get DestinationTranslateChar () : boolean
function set DestinationTranslateChar (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the character data is translated from the destination database; otherwise, false.
Vea también
Referencia
ITransferSqlServerObjectsTask Interfaz
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask