Udostępnij przez


ITableOptions.AnsiNullsStatus Property

This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")> _
<DisplayNameKeyAttribute("Table_AnsiNullsStatusName")> _
Property AnsiNullsStatus As Boolean
[DisplayDescriptionKeyAttribute("Table_AnsiNullsStatusDesc")] 
[DisplayNameKeyAttribute("Table_AnsiNullsStatusName")] 
bool AnsiNullsStatus { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_AnsiNullsStatusDesc")] 
[DisplayNameKeyAttribute(L"Table_AnsiNullsStatusName")] 
property bool AnsiNullsStatus {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_AnsiNullsStatus ()

/** @property */
void set_AnsiNullsStatus (boolean value)
function get AnsiNullsStatus () : boolean

function set AnsiNullsStatus (value : boolean)

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.