Compartilhar via


Propriedade do RDL TSqlModelOptions.DBChainingOn

Specifies the DB_CHAINING database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property DBChainingOn As Nullable(Of Boolean)
    Get 
    Set
'Uso
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Boolean)

value = instance.DBChainingOn

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

Valor da propriedade

Tipo: System.Nullable<Boolean>

Consulte também

Referência

TSqlModelOptions Classe

Namespace Microsoft.SqlServer.Dac.Model