Compartir a través de


IsReadOnly Propiedad

Gets a value indicating whether the AdomdPropertyCollection is read-only.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Uso
Dim instance As AdomdPropertyCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the AdomdPropertyCollection is read-only; false otherwise. The default is false.

Implementa

IList. . :: . .IsReadOnly