Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Name | Description | |
---|---|---|
![]() |
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
Top
Explicit Interface Implementations
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