Propriedade do RDL AdomdParameterCollection.IList.IsFixedSize
Gets a value indicating whether the collection has a fixed size. Always returns false.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'Uso
Dim instance As AdomdParameterCollection
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: System.Boolean
A false value indicating that the collection has a fixed size.