共用方式為


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 命名空間