Bagikan melalui


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
A false value indicating that the parameter accepts nulla null reference (Nothing in Visual Basic).

Implements

IDataParameter.IsNullable

Exceptions

Exception Condition
System.NotSupportedException

The property is set.

Remarks

Always returns false.

See Also

Reference

AdomdParameter Class

Microsoft.AnalysisServices.AdomdClient Namespace