Proprietà DeployedDacs
Gets the number of DACs that are deployed on managed instances.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DeployedDac))> _
Public ReadOnly Property DeployedDacs As DeployedDacCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Utility. . :: . .DeployedDacCollection
A DeployedDacCollection containing a list of the DACs that are deployed on managed instances.