ISqlDatabaseOptions.IsDBChainingOn Property

Gets or sets whether DB_CHAINING is on.

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

Syntax

'Declaration
Property IsDBChainingOn As Boolean
    Get
    Set
'Usage
Dim instance As ISqlDatabaseOptions
Dim value As Boolean

value = instance.IsDBChainingOn

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

ISqlDatabaseOptions Members

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