IsFixedSize 속성

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

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

구문

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

구현

IList. . :: . .IsFixedSize