Свойство 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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices