MiningDistributionCollection.IsSynchronized Property

 

Gets a value indicating whether access to the collection is synchronized (thread safe).

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

Always false.

Implements

ICollection.IsSynchronized

See Also

MiningDistributionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top