Поделиться через


Свойство Property.IsNull

Gets the Boolean property value that specifies whether the property is set to null.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsNull As Boolean 
    Get
'Применение
Dim instance As [Property]
Dim value As Boolean 

value = instance.IsNull
public bool IsNull { get; }
public:
property bool IsNull {
    bool get ();
}
member IsNull : bool
function get IsNull () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the property is set to null. If True, the property is null.If False (default), the property is not null.

Примеры

Установка свойств

См. также

Справочник

Property Класс

Пространство имен Microsoft.SqlServer.Management.Smo