IsNull 屬性
取得 Boolean 屬性值,該值指定屬性是否設定為 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
指定屬性是否設定為 null 的 Boolean 值。
如果為 True,則屬性為 null。
如果為 False (預設值),則屬性不是 null。