Propriété Utility.DeployedDacs
Gets the number of DACs that are deployed on managed instances.
Espace de noms : Microsoft.SqlServer.Management.Utility
Assembly : Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DeployedDac))> _
Public ReadOnly Property DeployedDacs As DeployedDacCollection
Get
'Utilisation
Dim instance As Utility
Dim value As DeployedDacCollection
value = instance.DeployedDacs
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(DeployedDac))]
public DeployedDacCollection DeployedDacs { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(DeployedDac))]
public:
property DeployedDacCollection^ DeployedDacs {
DeployedDacCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(DeployedDac))>]
member DeployedDacs : DeployedDacCollection
function get DeployedDacs () : DeployedDacCollection
Valeur de propriété
Type : Microsoft.SqlServer.Management.Utility.DeployedDacCollection
A DeployedDacCollection containing a list of the DACs that are deployed on managed instances.