CatalogFolder.Environments プロパティ

定義

フォルダー内の環境を取得します。

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

プロパティ値

フォルダー内の環境。

属性

適用対象