Share via


ISqlServerOptions.IsNocountOn Property

Gets or sets whether no count is on.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNocountOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsNocountOn

instance.IsNocountOn = value
Nullable<bool> IsNocountOn { get; set; }
property Nullable<bool> IsNocountOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsNocountOn () : Nullable<boolean>
function set IsNocountOn (value : Nullable<boolean>)
abstract IsNocountOn : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace