Utility.DeployedDacs 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(DeployedDac))> _
Public ReadOnly Property DeployedDacs As DeployedDacCollection 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

Utility 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스