OperationMessageCollection Class

Represents the collection for operation messages.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<OperationMessage, OperationMessage.Key, Operation>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection

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

Syntax

'Declaration
Public NotInheritable Class OperationMessageCollection _
    Inherits SfcCollatedDictionaryCollection(Of OperationMessage, OperationMessage.Key, Operation)
'Usage
Dim instance As OperationMessageCollection
public sealed class OperationMessageCollection : SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>
public ref class OperationMessageCollection sealed : public SfcCollatedDictionaryCollection<OperationMessage^, OperationMessage.Key^, Operation^>
[<SealedAttribute>]
type OperationMessageCollection =  
    class 
        inherit SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>
    end
public final class OperationMessageCollection extends SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>

The OperationMessageCollection type exposes the following members.

Properties

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>.)
Protected property Initialized (Inherited from SfcCollection<OperationMessage, OperationMessage.Key, Operation>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<OperationMessage, OperationMessage.Key, Operation>.)
Public property IsSynchronized (Inherited from SfcCollection<OperationMessage, OperationMessage.Key, Operation>.)
Public property Item[Int64] Gets the operation message with the specified name.
Public property Item[K] (Inherited from SfcCollection<OperationMessage, OperationMessage.Key, Operation>.)
Protected property Parent (Inherited from SfcCollection<OperationMessage, OperationMessage.Key, Operation>.)
Public property SyncRoot (Inherited from SfcCollection<OperationMessage, OperationMessage.Key, Operation>.)

Top

Methods

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

Top

Explicit Interface Implementations

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

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