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.