AdomdParameter.IsNullable 属性

Gets a value indicating whether the parameter accepts nullnull 引用(在 Visual Basic 中为 Nothing) values.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property IsNullable As Boolean 
    Get
用法
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

属性值

类型:System.Boolean
true if the parameter accepts nullnull 引用(在 Visual Basic 中为 Nothing) values; otherwise, false. Always returns false.

异常

异常 条件
[NotSupportedException]

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

注释

Always returns false.

请参阅

参考

AdomdParameter 类

Microsoft.AnalysisServices.AdomdServer 命名空间