Proprietà AdomdRestrictionCollection.IsFixedSize

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Utilizzo
Dim instance As AdomdRestrictionCollection 
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

Valore proprietà

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

Implementa

IList.IsFixedSize

Vedere anche

Riferimento

AdomdRestrictionCollection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient