Condividi tramite


Proprietà ValidationResultCollection.ICollection.IsSynchronized

Gets a value indicating whether the ValidationResultCollection object is synchronized.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Utilizzo
Dim instance As ValidationResultCollection 
Dim value As Boolean 

value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool 
private override IsSynchronized : bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.Boolean
true if the ValidationResultCollection object is synchronized; otherwise, false.

Implementa

ICollection.IsSynchronized

Vedere anche

Riferimento

ValidationResultCollection Classe

Spazio dei nomi Microsoft.AnalysisServices