Partager via


Sql90SchemaDeploymentOptions.IgnoreDefaultSchema, propriété

Obtient ou définit une valeur qui indique si le paramètre de schéma par défaut sera ignoré pendant le déploiement.

Espace de noms :  Microsoft.Data.Schema.Sql.Build
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Property IgnoreDefaultSchema As Boolean
    Get
    Set
public bool IgnoreDefaultSchema { get; set; }
public:
property bool IgnoreDefaultSchema {
    bool get ();
    void set (bool value);
}
member IgnoreDefaultSchema : bool with get, set
function get IgnoreDefaultSchema () : boolean
function set IgnoreDefaultSchema (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

Sql90SchemaDeploymentOptions Classe

Microsoft.Data.Schema.Sql.Build, espace de noms