Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether the parameter accepts nulla null reference (Nothing in Visual Basic) values.
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
Property Value
Type: Boolean
True if the parameter accepts nulla null reference (Nothing in Visual Basic) values; otherwise, false. Always returns false.
Exceptions
| Exception | Condition | 
|---|---|
| NotSupportedException | The property is set. | 
Remarks
Always returns false.