다음을 통해 공유


Catalog.Executions 속성

Gets the execution collection.

네임스페이스:  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
The execution collection.

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스