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 命名空间