Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the AnnotationCollection is read-only.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'Usage
Dim instance As AnnotationCollection
Dim value As Boolean
value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean
true if the AnnotationCollection is read-only; otherwise, false.