EnvironmentReference.Parent 속성

Gets or sets the parent.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ProjectInfo 
    Get 
    Private Set
‘사용 방법
Dim instance As EnvironmentReference 
Dim value As ProjectInfo 

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

속성 값

유형: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The parent.

참고 항목

참조

EnvironmentReference 클래스

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