共用方式為


IsFixedSize 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
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