Freigeben über


IsNullable-Eigenschaft

Gets a value indicating whether the parameter accepts nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) values. Always returns false.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property IsNullable As Boolean
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .Boolean

Ausnahmen

Ausnahme Bedingung
[NotSupportedException]

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

Hinweise

Always returns false.