Свойство 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.

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property IncludeTransactionalScripts As Boolean 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

SqlDeploymentOptions Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment