Propriedade do RDL EnvironmentVariable.Parent
Gets or sets the parent.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
The parent.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices