ModelComponentCollection.SyncRoot Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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 ModelComponentCollection.

Implements

ICollection.SyncRoot

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top