DestinationTranslateChar プロパティ
転送操作で転送先データベースの文字のコード ページを変換するかどうかを示す Boolean プロパティ値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property DestinationTranslateChar As Boolean
Get
Set
'使用
Dim instance As Transfer
Dim value As Boolean
value = instance.DestinationTranslateChar
instance.DestinationTranslateChar = value
public bool DestinationTranslateChar { get; set; }
public:
property bool DestinationTranslateChar {
bool get ();
void set (bool value);
}
member DestinationTranslateChar : bool with get, set
function get DestinationTranslateChar () : boolean
function set DestinationTranslateChar (value : boolean)
プロパティ値
型: System. . :: . .Boolean
転送操作で転送先データベースの文字のコード ページを変換するかどうかを示す Boolean 値です。
True の場合、転送操作で転送先データベースの文字のコード ページが変換されます。False (既定値) の場合、変換されません。
説明
このプロパティは、SQL Server char、varchar、および text 型の列に格納されたデータのみに影響します。