Classe DismissedValidationResultCollection
Represents a collection of validation result objects.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.DismissedValidationResultCollection
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class DismissedValidationResultCollection _
Implements ICollection, IEnumerable
'Utilizzo
Dim instance As DismissedValidationResultCollection
public sealed class DismissedValidationResultCollection : ICollection,
IEnumerable
public ref class DismissedValidationResultCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type DismissedValidationResultCollection =
class
interface ICollection
interface IEnumerable
end
public final class DismissedValidationResultCollection implements ICollection, IEnumerable
Nel tipo DismissedValidationResultCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of validation result objects in the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Appends the specified validation result of the collection. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
Remove | Removes the specified validation result object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICollection.CopyTo | Copies the elements of the DismissedValidationResultCollection to an Array, starting at a particular Array index. Implements the ICollection interface. | |
IEnumerable.GetEnumerator | Returns a reference to an enumerator object, which is used to iterate over a DismissedValidationResultCollection object. | |
ICollection.IsSynchronized | Gets a value indicating whether access to the DismissedValidationResultCollection is synchronized (thread safe). | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the DismissedValidationResultCollection. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.