次の方法で共有


Utility.DeployedDacs プロパティ

マネージ インスタンスに配置された DAC の数を取得します。

名前空間:  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
マネージ インスタンスに配置されている DAC の一覧を含む DeployedDacCollection

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間