AnnotationCollection.IList.IsReadOnly プロパティ
AnnotationCollection が読み取り専用かどうかを示す値を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'使用
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
プロパティ値
型: System.Boolean
AnnotationCollection が読み取り専用である場合は true、読み取り専用ではない場合は false です。