Partilhar via


Propriedade ISql90SoapLanguageSpecifier.IsDefaultDatabase

Obtém ou define um valor que indica se a opção de banco de dados é DEFAULT.

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

Sintaxe

'Declaração
Property IsDefaultDatabase As Boolean
    Get
    Set
bool IsDefaultDatabase { get; set; }
property bool IsDefaultDatabase {
    bool get ();
    void set (bool value);
}
abstract IsDefaultDatabase : bool with get, set
function get IsDefaultDatabase () : boolean
function set IsDefaultDatabase (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90SoapLanguageSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel