Compartir a través de


Clase ExecutionOperationCollection

Provides the collection for the operation messages.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class ExecutionOperationCollection _
    Inherits SfcCollatedDictionaryCollection(Of ExecutionOperation, ExecutionOperation.Key, Catalog)
'Uso
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>

El tipo ExecutionOperationCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Ascending (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad pública Count (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad protegida Initialized (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad pública IsReadOnly (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad pública IsSynchronized (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad pública Item[Int64] Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
Propiedad pública Item[K] (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad protegida Parent (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Propiedad pública SyncRoot (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Clear (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Contains(Int64) Determines whether the ExecutionOperationCollection object contains the specified id.
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Contains(T) (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público CopyTo(Array, Int32) (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público CopyTo(array<T[], Int32) (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Equals (Se hereda de Object.)
Método público GetEnumerator (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Refresh() (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Refresh(Boolean) (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público Remove (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método protegido RemoveInternal (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método protegido Rename (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Método público ToString (Se hereda de Object.)
Método público TryGetValue (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcCollection.Add (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.AddShadow (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado IComparer<K>.Compare (Se hereda de SfcCollatedDictionaryCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasPropiedad privada IListSource.ContainsListCollection (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Count (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.EnsureInitialized (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.FinishMerge (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetCollectionElementNameImpl (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetElementFactory (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetExisting (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado IListSource.GetList (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.GetObjectByKey (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Initialized (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasPropiedad privada ISfcCollection.Parent (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.PrepareMerge (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.Remove (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.RemoveElement (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)
Implementación de interfaces explícitasMétodo privado ISfcCollection.Rename (Se hereda de SfcCollection<ExecutionOperation, ExecutionOperation.Key, Catalog>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices