Share via


CatalogFolder.Environments Property

Gets the environments in the folder.

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

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EnvironmentInfo))> _
Public ReadOnly Property Environments As EnvironmentCollection 
    Get
'Usage
Dim instance As CatalogFolder 
Dim value As EnvironmentCollection 

value = instance.Environments
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(EnvironmentInfo))]
public EnvironmentCollection Environments { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(EnvironmentInfo))]
public:
property EnvironmentCollection^ Environments {
    EnvironmentCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(EnvironmentInfo))>]
member Environments : EnvironmentCollection
function get Environments () : EnvironmentCollection

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
The environments in the folder.

See Also

Reference

CatalogFolder Class

Microsoft.SqlServer.Management.IntegrationServices Namespace