Share via


ISfcProperty.IsNull Property

Gets a value that indicates whether the property value has been read and is nulla null reference (Nothing in Visual Basic). Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
ReadOnly Property IsNull As Boolean 
    Get
'Usage
Dim instance As ISfcProperty 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the property value is nulla null reference (Nothing in Visual Basic); otherwise, false.

See Also

Reference

ISfcProperty Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace