Propriété IsReadOnly
Gets a value indicating whether the AdomdPropertyCollection is read-only.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the AdomdPropertyCollection is read-only; false otherwise. The default is false.
Implémente
Voir aussi