Utility.DeployedDacs Propiedad
Gets the number of DACs that are deployed on managed instances.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DeployedDac))> _
Public ReadOnly Property DeployedDacs As DeployedDacCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Utility.DeployedDacCollection
A DeployedDacCollection containing a list of the DACs that are deployed on managed instances.