Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the Boolean value that determines whether ISO null handling is enabled on the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")> _
<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")> _
Property AnsiNullsStatus As Boolean
Get
Set
'Usage
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)
Property Value
Type: 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.