共用方式為


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 命名空間