Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SqlServer.Management.IntegrationServices Namespace