Compartir a través de


EnvironmentVariable.Parent Propiedad

Gets or sets the parent.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As EnvironmentInfo 
    Get 
    Private Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
The parent.

Vea también

Referencia

EnvironmentVariable Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices