Propriedade do RDL DeployedDac.DatabaseState
Gets the state of the database that was deployed from the DAC package.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DatabaseState As DatabaseState
Get
'Uso
Dim instance As DeployedDac
Dim value As DatabaseState
value = instance.DatabaseState
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DatabaseState DatabaseState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DatabaseState DatabaseState {
DatabaseState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DatabaseState : DatabaseState
function get DatabaseState () : DatabaseState
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Utility.DatabaseState
A DatabaseState object that represents the state of the database that was deployed from the DAC package.