ModelComponentCollection.IsSynchronized Property
Applies To: SQL Server (starting with 2016)
Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public bool IsSynchronized { get; }
public:
property bool IsSynchronized {
virtual bool get() sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Public ReadOnly Property IsSynchronized As Boolean
Property Value
Type: System.Boolean
true if access to the ModelComponentCollection is synchronized (thread-safe); otherwise, false.
Implements
See Also
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace
Return to top