AdomdParameter.IsNullable Property

Gets a value indicating whether the parameter accepts nulla null reference (Nothing in Visual Basic) values. Always returns false.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

Property Value

Type: System.Boolean

Implements

IDataParameter.IsNullable

Exceptions

Exception Condition
System.NotSupportedException

The property is set.

Remarks

Always returns false.