Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the collection for the operation messages.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperationCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ExecutionOperationCollection _
Inherits SfcCollatedDictionaryCollection(Of ExecutionOperation, ExecutionOperation.Key, Catalog)
'Usage
Dim instance As ExecutionOperationCollection
public sealed class ExecutionOperationCollection : SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>
public ref class ExecutionOperationCollection sealed : public SfcCollatedDictionaryCollection<ExecutionOperation^, ExecutionOperation.Key^, Catalog^>
[<SealedAttribute>]
type ExecutionOperationCollection =
class
inherit SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>
end
public final class ExecutionOperationCollection extends SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>
The ExecutionOperationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Ascending | (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
Count | (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
Initialized | (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
IsSynchronized | (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
Item[Int64] | Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id. |
![]() |
Item[K] | (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
Parent | (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
![]() |
SyncRoot | (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.) |
Top
Methods
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace