KpiCollection.SyncRoot Property

 

Gets an object that can be used to synchronize access to the collection.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public object SyncRoot { get; }
public:
property Object^ SyncRoot {
    virtual Object^ get() sealed;
}
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Public ReadOnly Property SyncRoot As Object

Property Value

Type: System.Object

An object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

See Also

KpiCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top