This topic has not yet been rated - Rate this topic

DismissedValidationRuleCollection Class

Represents a collection of DismissedValidationRule objects.

System.Object
  Microsoft.AnalysisServices.DismissedValidationRuleCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public sealed class DismissedValidationRuleCollection : ICollection, 
	IEnumerable

The DismissedValidationRuleCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of elements contained in the collection.
Top
  NameDescription
Public methodAddAdds the specified DismissedValidationRule to the collection.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemoveRemoves the specified DismissedValidationRule from the collection.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICollection.CopyToCopies the elements of the collection to an Array, starting at a particular Array index.
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorReturns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate propertyICollection.IsSynchronizedGets a value that indicates whether access to the DismissedValidationRuleCollection is synchronized.
Explicit interface implemetationPrivate propertyICollection.SyncRootGets an object that can be used to synchronize access to the DismissedValidationRule.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.