EnvironmentVariable.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
親。

関連項目

参照

EnvironmentVariable クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間