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