Partager via


IsNullable propriété

Gets a value indicating whether the parameter accepts nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) values. Always returns false.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans 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 la propriété

Type : System. . :: . .Boolean

Implémente

IDataParameter. . :: . .IsNullable

Exceptions

Exception Condition
System..::..NotSupportedException

The property is set.

Notes

Always returns false.