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