OperationCollection Class
في هذه المقالة
Represents a collection for operation messages.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <Operation , Operation.Key , Catalog >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >
Microsoft.SqlServer.Management.IntegrationServices.OperationCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class OperationCollection _
Inherits SfcCollatedDictionaryCollection(Of Operation, Operation.Key, Catalog)
'Usage
Dim instance As OperationCollection
public sealed class OperationCollection : SfcCollatedDictionaryCollection<Operation, Operation.Key, Catalog>
public ref class OperationCollection sealed : public SfcCollatedDictionaryCollection<Operation^, Operation.Key^, Catalog^>
[<SealedAttribute>]
type OperationCollection =
class
inherit SfcCollatedDictionaryCollection<Operation, Operation.Key, Catalog>
end
public final class OperationCollection extends SfcCollatedDictionaryCollection<Operation, Operation.Key, Catalog>
The OperationCollection type exposes the following members.
Properties
Ascending
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Count
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Initialized
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
IsSynchronized
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Item[Int64]
Gets the operation with the specified name.
Item[K]
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Parent
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
SyncRoot
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Top
Methods
Add
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Contains(Int64)
Determines whether the operation contains the specified id.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Refresh(Boolean)
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
RemoveInternal
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
Rename
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <Operation , Operation.Key , Catalog >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.Count
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
IListSource.GetList
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.Parent
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.Remove
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <Operation , Operation.Key , Catalog >.)
ISfcCollection.Rename
(Inherited from SfcCollection <Operation , Operation.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