Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get or set boolean that specifies whether the system will acquire single-user mode on the target database during the duration of the deployment operation.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property DeployDatabaseInSingleUserMode As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.DeployDatabaseInSingleUserMode
public bool DeployDatabaseInSingleUserMode { get; }
public:
property bool DeployDatabaseInSingleUserMode {
bool get ();
}
member DeployDatabaseInSingleUserMode : bool
function get DeployDatabaseInSingleUserMode () : boolean
Eigenschaftswert
Typ: System.Boolean
True to acquire single-user mode during deployment; otherwise, false. Default is false.
Hinweise
The database will be returned to multi-user mode after all changes are applied. Database may remain in single-user mode if an error occurs during execution.