Compartir a través de


DacInstances Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(DacInstance))> _
Public ReadOnly Property DacInstances As DacInstanceCollection
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.