다음을 통해 공유


EnvironmentVariable.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 EnvironmentInfo 
    Get 
    Private Set
‘사용 방법
Dim instance As EnvironmentVariable 
Dim value As EnvironmentInfo 

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

속성 값

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

참고 항목

참조

EnvironmentVariable 클래스

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