ReportParameterCollection.IList.IsFixedSize Propiedad
Gets a value that indicates whether the collection has a fixed size.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'Uso
Dim instance As ReportParameterCollection
Dim value As Boolean
value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Boolean
true if the collection has a fixed size; otherwise, false.