AnsiNullsStatus 속성
Gets or sets the Boolean value that determines whether ISO null handling is enabled on the table.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")> _
<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")> _
Property AnsiNullsStatus As Boolean
Get
Set
‘사용 방법
Dim instance As ITableOptions
Dim value As Boolean
value = instance.AnsiNullsStatus
instance.AnsiNullsStatus = value
[DisplayNameKeyAttribute("Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")]
bool AnsiNullsStatus { get; set; }
[DisplayNameKeyAttribute(L"Table_AnsiNullsStatusName")]
[DisplayDescriptionKeyAttribute(L"Table_AnsiNullsStatusDesc")]
property bool AnsiNullsStatus {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")>]
[<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")>]
abstract AnsiNullsStatus : bool with get, set
function get AnsiNullsStatus () : boolean
function set AnsiNullsStatus (value : boolean)
속성 값
유형: System. . :: . .Boolean
A Boolean value that determines whether ISO null handling is enabled on the table.
Returns True if ISO null handling is enabled on the table; otherwise, False.