ExecutionOperationCollection Class
In this article
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
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
Add
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Contains(Int64)
Determines whether the ExecutionOperationCollection object contains the specified id.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Refresh(Boolean)
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
RemoveInternal
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Rename
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.Count
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
IListSource.GetList
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.Parent
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.Remove
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <ExecutionOperation , ExecutionOperation.Key , Catalog >.)
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