Utility.DeployedDacs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of DACs that are deployed on managed instances.
public:
property Microsoft::SqlServer::Management::Utility::DeployedDacCollection ^ DeployedDacs { Microsoft::SqlServer::Management::Utility::DeployedDacCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Utility.DeployedDac))]
public Microsoft.SqlServer.Management.Utility.DeployedDacCollection DeployedDacs { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Utility.DeployedDac))>]
member this.DeployedDacs : Microsoft.SqlServer.Management.Utility.DeployedDacCollection
Public ReadOnly Property DeployedDacs As DeployedDacCollection
Property Value
A DeployedDacCollection containing a list of the DACs that are deployed on managed instances.
- Attributes