Freigeben über


Catalog.Executions-Eigenschaft

Gets the execution collection.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ExecutionOperation))> _
Public ReadOnly Property Executions As ExecutionOperationCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
The execution collection.

Siehe auch

Verweis

Catalog Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace