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