Share via


AdomdParameter.IsNullable Property

Gets a value indicating whether the parameter accepts null values. Always returns false.

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

Syntax

'Declaration
Public ReadOnly Property IsNullable As Boolean
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
/** @property */
public final boolean get_IsNullable ()
public final function get IsNullable () : boolean

Exceptions

Exception type Condition
NotSupportedException

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

Remarks

Always returns false.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdParameter Class
AdomdParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace