UseDestinationTransaction プロパティ
転送先のトランザクションを使用するかどうかを示す Boolean プロパティ値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property UseDestinationTransaction As Boolean
Get
Set
'使用
Dim instance As Transfer
Dim value As Boolean
value = instance.UseDestinationTransaction
instance.UseDestinationTransaction = value
public bool UseDestinationTransaction { get; set; }
public:
property bool UseDestinationTransaction {
bool get ();
void set (bool value);
}
member UseDestinationTransaction : bool with get, set
function get UseDestinationTransaction () : boolean
function set UseDestinationTransaction (value : boolean)
プロパティ値
型: System. . :: . .Boolean
転送先のトランザクションを使用するかどうかを示す Boolean 値です。
True の場合、転送先のトランザクションが使用されます。False (既定値) の場合、使用されません。