다음을 통해 공유


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.