Свойство IsNullable
Gets a value indicating whether the parameter accepts nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) values. Always returns false.
Пространство имен: 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
Значение свойства
Исключения
| Исключение | Условие |
|---|---|
| [NotSupportedException] | The property is set. For more information about this exception, see NotSupportedException Class. |
Замечания
Always returns false.