CatalogFolder.Environments Property

Definition

Gets the environments in the folder.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentCollection ^ Environments { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo))]
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection Environments { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo))>]
member this.Environments : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
Public ReadOnly Property Environments As EnvironmentCollection

Property Value

The environments in the folder.

Attributes

Applies to