Share via


Utility.DeployedDacs Property

Gets the number of DACs that are deployed on managed instances.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(DeployedDac))> _
Public ReadOnly Property DeployedDacs As DeployedDacCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Management.Utility.DeployedDacCollection
A DeployedDacCollection containing a list of the DACs that are deployed on managed instances.

See Also

Reference

Utility Class

Microsoft.SqlServer.Management.Utility Namespace