DeployedDac.Parent Property

Definition

Gets the SQL Server Utility object that is the parent of the DeployedDac object.

public:
 property Microsoft::SqlServer::Management::Utility::Utility ^ Parent { Microsoft::SqlServer::Management::Utility::Utility ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship.ParentObject, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectCardinality.One)]
public Microsoft.SqlServer.Management.Utility.Utility Parent { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship.ParentObject, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectCardinality.One)>]
member this.Parent : Microsoft.SqlServer.Management.Utility.Utility
Public ReadOnly Property Parent As Utility

Property Value

A Utility value that specifies the parent of the DeployedDac object.

Attributes

Examples

VC#

System.Console.WriteLine(deployedDac.Parent);  

VB

System.Console.WriteLine(deployedDac.Parent)  

PowerShell

Write-Host $deployedDac.Parent   

Applies to