Свойство CatalogFolder.Environments

Gets the environments in the folder.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(EnvironmentInfo))> _
Public ReadOnly Property Environments As EnvironmentCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentCollection
The environments in the folder.

См. также

Справочник

CatalogFolder Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices