다음을 통해 공유


DeployedDac.Parent 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public ReadOnly Property Parent As Utility 
    Get
‘사용 방법
Dim instance As DeployedDac 
Dim value As Utility 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public Utility Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property Utility^ Parent {
    Utility^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : Utility
function get Parent () : Utility

속성 값

유형: Microsoft.SqlServer.Management.Utility.Utility
A Utility value that specifies the parent of the DeployedDac object.

VC#

System.Console.WriteLine(deployedDac.Parent);

VB

System.Console.WriteLine(deployedDac.Parent)

PowerShell

Write-Host $deployedDac.Parent 

참고 항목

참조

DeployedDac 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스