Propriété ImpactDetailCollection.ICollection.SyncRoot
Gets an object that can be used to synchronize access to the ImpactDetailCollection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Utilisation
Dim instance As ImpactDetailCollection
Dim value As Object
value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object
private override SyncRoot : Object
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.Object
An object that can be used to synchronize access to the ImpactDetailCollection.