Partager via


Propriété SqlDeploymentOptions.IncludeTransactionalScripts

Get or set boolean that specifies whether to use transations during the deployment operation and commit the transaction after all changes are successfully applied.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IncludeTransactionalScripts As Boolean 
    Get
'Utilisation
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.IncludeTransactionalScripts
public bool IncludeTransactionalScripts { get; }
public:
property bool IncludeTransactionalScripts {
    bool get ();
}
member IncludeTransactionalScripts : bool
function get IncludeTransactionalScripts () : boolean

Valeur de propriété

Type : System.Boolean
True to use transactions during deployment; otherwise, false. Default is false.

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment