This topic has not yet been rated - Rate this topic

Property.ISfcProperty.IsNull Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
bool ISfcProperty.IsNull { get; }

Property Value

Type: 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.

Implements

ISfcProperty.IsNull
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.