Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an object that can be used to synchronize access to the DismissedValidationResultCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Usage
Dim instance As DismissedValidationResultCollection
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Object
An object that can be used to synchronize access to the DismissedValidationResultCollection.