共用方式為


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.