DeployedDac.DatabaseState Property

Definition

Gets the state of the database that was deployed from the DAC package.

public:
 property Microsoft::SqlServer::Management::Utility::DatabaseState DatabaseState { Microsoft::SqlServer::Management::Utility::DatabaseState get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public Microsoft.SqlServer.Management.Utility.DatabaseState DatabaseState { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.DatabaseState : Microsoft.SqlServer.Management.Utility.DatabaseState
Public ReadOnly Property DatabaseState As DatabaseState

Property Value

A DatabaseState object that represents the state of the database that was deployed from the DAC package.

Attributes

Applies to