XmlaResultCollection.ICollection.IsSynchronized Property
Applies To: SQL Server (starting with 2016)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
bool ICollection.IsSynchronized { get; }
private:
property bool IsSynchronized {
virtual bool get() sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Property Value
Type: System.Boolean
Implements
See Also
XmlaResultCollection Class
Microsoft.AnalysisServices Namespace
Return to top