UseDestinationTransaction propriété

Gets or sets the Boolean property value that specifies whether to use the destination transaction.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property UseDestinationTransaction As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether to use the destination transaction.
If True, the destination transaction is used. Otherwise, False (default).