DeployedDac.DatabaseState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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