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.