IsFixedSize 속성

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

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

구문

‘선언
Public ReadOnly Property IsFixedSize As Boolean
    Get
‘사용 방법
Dim instance As AdomdPropertyCollection
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 AdomdPropertyCollection has a fixed size; false otherwise. The default is false.

구현

IList. . :: . .IsFixedSize