UserDefinedFunction.AnsiNullsStatus Property
SQL Server 2012
Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the user-defined function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)] public bool AnsiNullsStatus { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies the whether the ISO NULL handing is enabled or not.If True, comparisons to null values equate to false.If False (default), comparisons to null values equate to true.
