Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the character data is translated from the source database.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintassi
'Dichiarazione
Property SourceTranslateChar As Boolean
Get
Set
'Utilizzo
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.SourceTranslateChar
instance.SourceTranslateChar = value
bool SourceTranslateChar { get; set; }
property bool SourceTranslateChar {
bool get ();
void set (bool value);
}
abstract SourceTranslateChar : bool with get, set
function get SourceTranslateChar () : boolean
function set SourceTranslateChar (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the character data is translated from the source database; otherwise, false.
Vedere anche
Riferimento
ITransferSqlServerObjectsTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask