다음을 통해 공유


IsReadOnly 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property IsReadOnly As Boolean
    Get
‘사용 방법
Dim instance As AdomdPropertyCollection
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 AdomdPropertyCollection is read-only; false otherwise. The default is false.

구현

IList. . :: . .IsReadOnly