Свойство IViewOptions.AnsiNullsStatus

Gets or sets the Boolean value that determines whether ISO null handling is enabled on the view.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("View_AnsiNullsStatusDesc")> _
<DisplayNameKeyAttribute("View_AnsiNullsStatusName")> _
ReadOnly Property AnsiNullsStatus As Boolean 
    Get
'Применение
Dim instance As IViewOptions 
Dim value As Boolean 

value = instance.AnsiNullsStatus
[DisplayDescriptionKeyAttribute("View_AnsiNullsStatusDesc")]
[DisplayNameKeyAttribute("View_AnsiNullsStatusName")]
bool AnsiNullsStatus { get; }
[DisplayDescriptionKeyAttribute(L"View_AnsiNullsStatusDesc")]
[DisplayNameKeyAttribute(L"View_AnsiNullsStatusName")]
property bool AnsiNullsStatus {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_AnsiNullsStatusDesc")>]
[<DisplayNameKeyAttribute("View_AnsiNullsStatusName")>]
abstract AnsiNullsStatus : bool
function get AnsiNullsStatus () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value that determines whether ISO null handling is enabled on the view.If True, ISO null handling is enabled on the view. Otherwise, False.

См. также

Справочник

IViewOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo