Share via


ISqlDatabaseOptions.IsDBChainingOn Property

Gets or sets a value that indicates whether database chaining is enabled.

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

Syntax

'Declaration
Property IsDBChainingOn As Boolean
bool IsDBChainingOn { get; set; }
property bool IsDBChainingOn {
    bool get ();
    void set (bool value);
}
abstract IsDBChainingOn : bool with get, set
function get IsDBChainingOn () : boolean
function set IsDBChainingOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace