Proprietà IsNullable

Gets a value indicating whether the parameter accepts nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). values. Always returns false.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Property IsNullable As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean

Implementa

IDataParameter. . :: . .IsNullable

Eccezioni

Eccezione Condizione
System..::..NotSupportedException

The property is set.

Osservazioni

Always returns false.