Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value indicating whether the parameter accepts nullune référence Null (Nothing dans Visual Basic) values. Always returns false.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Property IsNullable As Boolean
Get
Set
'Utilisation
Dim instance As AdomdParameter
Dim value As Boolean
value = instance.IsNullable
instance.IsNullable = value
public bool IsNullable { get; set; }
public:
virtual property bool IsNullable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsNullable : bool with get, set
override IsNullable : bool with get, set
final function get IsNullable () : boolean
final function set IsNullable (value : boolean)
Valeur de propriété
Type : System.Boolean
A false value indicating that the parameter accepts nullune référence Null (Nothing dans Visual Basic).
Implémente
Exceptions
| Exception | Condition |
|---|---|
| System.NotSupportedException | The property is set. |
Notes
Always returns false.