Share via


Catalog.Executions プロパティ

実行コレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ExecutionOperation))> _
Public ReadOnly Property Executions As ExecutionOperationCollection 
    Get
'使用
Dim instance As Catalog 
Dim value As ExecutionOperationCollection 

value = instance.Executions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ExecutionOperation))]
public ExecutionOperationCollection Executions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ExecutionOperation))]
public:
property ExecutionOperationCollection^ Executions {
    ExecutionOperationCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ExecutionOperation))>]
member Executions : ExecutionOperationCollection
function get Executions () : ExecutionOperationCollection

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
実行コレクションです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間