CatalogFolder.Environments 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 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