ModelComponentCollection.IsFixedSize Propiedad
Gets a value indicating whether the ModelComponentCollection has a fixed size.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsFixedSize As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the model component collection has a fixed size; otherwise false.