Proprietà IsReadOnly
Gets a value indicating whether the AdomdRestrictionCollection is read-only.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean
Get
'Utilizzo
Dim instance As AdomdRestrictionCollection
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the AdomdRestrictionCollection is read-only; false otherwise. The default is false.
Implementa
Vedere anche