IsReadOnly 속성

Gets a value indicating whether the ModelComponentCollection is read-only.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public ReadOnly Property IsReadOnly As Boolean
    Get
‘사용 방법
Dim instance As ModelComponentCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

속성 값

형식: System. . :: . .Boolean
true if the collection is read-only; otherwise false

구현

IList. . :: . .IsReadOnly