AdomdParameterCollection.IList.IsReadOnly Propiedad
Gets a value indicating whether the collection is read-only. Always returns false.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
'Uso
Dim instance As AdomdParameterCollection
Dim value As Boolean
value = CType(instance, IList).IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : 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
A false value indicating that the collection is read-only.