TransferBase.SourceTranslateChar プロパティ
転送操作で転送元データベースの文字のコード ページを変換するかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property SourceTranslateChar As Boolean
Get
Set
'使用
Dim instance As TransferBase
Dim value As Boolean
value = instance.SourceTranslateChar
instance.SourceTranslateChar = value
public bool SourceTranslateChar { get; set; }
public:
property bool SourceTranslateChar {
bool get ();
void set (bool value);
}
member SourceTranslateChar : bool with get, set
function get SourceTranslateChar () : boolean
function set SourceTranslateChar (value : boolean)
プロパティ値
型: System.Boolean
転送操作で転送元データベースの文字のコード ページを変換する場合は true、それ以外の場合は false です。既定値は false です。