Propriété IsFixedSize
Gets a value indicating whether the AdomdPropertyCollection has a fixed size.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsFixedSize As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the AdomdPropertyCollection has a fixed size; false otherwise. The default is false.
Implémente
Voir aussi