OperationMessageCollection Class
Dalam artikel ini
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
Ascending
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Count
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Initialized
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
IsSynchronized
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Item[Int64]
Gets the operation message with the specified name.
Item[K]
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Parent
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
SyncRoot
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Top
Methods
Add
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Contains(Int64)
Determines whether the operation message contains the specified ID.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Refresh(Boolean)
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
RemoveInternal
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
Rename
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <OperationMessage , OperationMessage.Key , Operation >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.Count
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
IListSource.GetList
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.Parent
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.Remove
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <OperationMessage , OperationMessage.Key , Operation >.)
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