Compartilhar via


Propriedade do RDL AdomdPropertyCollection.IsFixedSize

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if the AdomdPropertyCollection has a fixed size; false otherwise. The default is false.

Implementa

IList.IsFixedSize

Consulte também

Referência

AdomdPropertyCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient