다음을 통해 공유


AdomdRestrictionCollection.IsFixedSize 속성

Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.

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

구문

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

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

속성 값

유형: System.Boolean
true if the AdomdRestrictionCollection has a fixed size; false otherwise. The default is false.

구현

IList.IsFixedSize

참고 항목

참조

AdomdRestrictionCollection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스