Catalog.Executions Property

Definition

Gets the execution collection.

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

Property Value

The execution collection.

Attributes

Applies to