Catalog.Executions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行コレクションを取得します。
public:
property Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperationCollection ^ Executions { Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperationCollection ^ 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.ExecutionOperation))]
public Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection Executions { 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.ExecutionOperation))>]
member this.Executions : Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
Public ReadOnly Property Executions As ExecutionOperationCollection
プロパティ値
実行コレクションです。
- 属性