Udostępnij za pośrednictwem


AdomdParameter.IsNullable Property

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

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

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

/** @property */
public void set_IsNullable (boolean value)
public final function get IsNullable () : boolean

public function set IsNullable (value : boolean)

Exceptions

Exception type Condition
System.NotSupportedException

The property is set.

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.AdomdClient Namespace