Condividi tramite


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.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsNullable As Boolean
    Get
'Utilizzo
Dim instance As AdomdParameter
Dim value As Boolean

value = instance.IsNullable
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool
override IsNullable : bool
final function get IsNullable () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean

Eccezioni

Eccezione Condizione
[NotSupportedException]

The property is set. For more information about this exception, see NotSupportedException Class.

Osservazioni

Always returns false.