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.
Provides the collection for the operation messages.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<ValidationOperation, ValidationOperation.Key, Catalog>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperationCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ValidationOperationCollection _
Inherits SfcCollatedDictionaryCollection(Of ValidationOperation, ValidationOperation.Key, Catalog)
'Usage
Dim instance As ValidationOperationCollection
public sealed class ValidationOperationCollection : SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>
public ref class ValidationOperationCollection sealed : public SfcCollatedDictionaryCollection<ValidationOperation^, ValidationOperation.Key^, Catalog^>
[<SealedAttribute>]
type ValidationOperationCollection =
class
inherit SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>
end
public final class ValidationOperationCollection extends SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>
The ValidationOperationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Ascending | (Inherited from SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
Count | (Inherited from SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
Initialized | (Inherited from SfcCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
IsSynchronized | (Inherited from SfcCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
Item[Int64] | Gets or sets the value of the specified id within the ValidationOperationCollection. |
![]() |
Item[K] | (Inherited from SfcCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
Parent | (Inherited from SfcCollection<ValidationOperation, ValidationOperation.Key, Catalog>.) |
![]() |
SyncRoot | (Inherited from SfcCollection<ValidationOperation, ValidationOperation.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