Partager via


Propriété ClrAssemblyFileCollection.ICollection.IsSynchronized

Gets a value that indicates whether access to the ClrAssemblyFileCollection is synchronized.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsSynchronized As Boolean 
    Implements ICollection.IsSynchronized 
    Get
'Utilisation
Dim instance As ClrAssemblyFileCollection 
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean
true if access to the ClrAssemblyFileCollection is synchronized; otherwise, false.

Implémente

ICollection.IsSynchronized

Voir aussi

Référence

ClrAssemblyFileCollection Classe

Espace de noms Microsoft.AnalysisServices