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 네임스페이스