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