Share via


ExecutionOperationCollection Class

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
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Protected property Initialized (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public property IsSynchronized (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public property Item[Int64] Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
Public property Item[K] (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Protected property Parent (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public property SyncRoot (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

Top

Methods

  Name Description
Public method Add (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Clear (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Contains(Int64) Determines whether the ExecutionOperationCollection object contains the specified id.
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method CopyTo(Array, Int32) (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method CopyTo(array<T[], Int32) (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Refresh() (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Refresh(Boolean) (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method Remove (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Protected method RemoveInternal (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Protected method Rename (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcCollection.Add (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.AddShadow (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method IComparer<K>.Compare (Inherited from SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate property ISfcCollection.Count (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.EnsureInitialized (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.FinishMerge (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.GetCollectionElementNameImpl (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.GetElementFactory (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.GetExisting (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.GetObjectByKey (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate property ISfcCollection.Initialized (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate property ISfcCollection.Parent (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.PrepareMerge (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.Remove (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.RemoveElement (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Explicit interface implemetationPrivate method ISfcCollection.Rename (Inherited from SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

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