Właściwość ITransferSqlServerObjectsTask.DestinationTranslateChar
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Property DestinationTranslateChar As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean