SqlModelComparerConfiguration.DefaultSchemaForTarget, propriété
Obtient ou définit le schéma par défaut du modèle cible utilisé pour définir le schéma par défaut, si cette relation n'est pas définie.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Public Property DefaultSchemaForTarget As ISql90Schema
Get
Set
public ISql90Schema DefaultSchemaForTarget { get; set; }
public:
property ISql90Schema^ DefaultSchemaForTarget {
ISql90Schema^ get ();
void set (ISql90Schema^ value);
}
member DefaultSchemaForTarget : ISql90Schema with get, set
function get DefaultSchemaForTarget () : ISql90Schema
function set DefaultSchemaForTarget (value : ISql90Schema)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql90Schema
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.