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.