DacInstances 属性

Gets a DacInstanceCollection object that enumerates the DAC instances deployed or registered on an instance of the Database Engine.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(DacInstance))> _
Public ReadOnly Property DacInstances As DacInstanceCollection
    Get
用法
Dim instance As DacDomain
Dim value As DacInstanceCollection

value = instance.DacInstances
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(DacInstance))]
public DacInstanceCollection DacInstances { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(DacInstance))]
public:
property DacInstanceCollection^ DacInstances {
    DacInstanceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(DacInstance))>]
member DacInstances : DacInstanceCollection
function get DacInstances () : DacInstanceCollection

属性值

类型:Microsoft.SqlServer.Management.Dac. . :: . .DacInstanceCollection
A DacInstanceCollection object that enumerates the DAC instances deployed or registered on the instance of the Database Engine associated with the DacStore object.