EnvironmentInfo.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the parent.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public CatalogFolder Parent { get; private set; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
property CatalogFolder^ Parent {
    CatalogFolder^ get();
    private: void set(CatalogFolder^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : CatalogFolder with get, private set
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>
Public Property Parent As CatalogFolder
    Get
    Private Set
End Property

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder

The parent.

See Also

EnvironmentInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top