EnvironmentVariable.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the parent.
public:
property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentInfo ^ Parent { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentInfo ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship.ParentObject, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectCardinality.One)]
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo Parent { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship.ParentObject, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectCardinality.One)>]
member this.Parent : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Public ReadOnly Property Parent As EnvironmentInfo
Property Value
The parent.
- Attributes