Property.ISfcProperty.IsNull Property
SQL Server 2012
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)
Property Value
Type: System.BooleanA 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.
