Partager via


SqlScriptGeneratorConstructor, classe

Utilisé pour construire un composant SqlScriptGenerator.

Hiérarchie d'héritage

System.Object
  Microsoft.Data.Schema.ServiceConstructor
    Microsoft.Data.Schema.ServiceConstructor<ScriptGenerator>
      Microsoft.Data.Schema.SchemaModel.ScriptGeneratorConstructor
        Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorConstructor
          Microsoft.Data.Schema.ScriptDom.Sql.Sql100ScriptGeneratorConstructor
          Microsoft.Data.Schema.ScriptDom.Sql.Sql80ScriptGeneratorConstructor
          Microsoft.Data.Schema.ScriptDom.Sql.Sql90ScriptGeneratorConstructor

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

Syntaxe

'Déclaration
Public MustInherit Class SqlScriptGeneratorConstructor _
    Inherits ScriptGeneratorConstructor
public abstract class SqlScriptGeneratorConstructor : ScriptGeneratorConstructor
public ref class SqlScriptGeneratorConstructor abstract : public ScriptGeneratorConstructor
[<AbstractClass>]
type SqlScriptGeneratorConstructor =  
    class
        inherit ScriptGeneratorConstructor
    end
public abstract class SqlScriptGeneratorConstructor extends ScriptGeneratorConstructor

Le type SqlScriptGeneratorConstructor expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée SqlScriptGeneratorConstructor Initialise une nouvelle instance de la classe SqlScriptGeneratorConstructor.

Début

Propriétés

  Nom Description
Propriété publique DatabaseSchemaProvider Obtient ou définit le fournisseur de schémas de base de données actuel. (Hérité de ServiceConstructor.)
Propriété publique Options Obtient ou définit les options du générateur de script SQL.

Début

Méthodes

  Nom Description
Méthode publique Clone Copie l'instance actuelle. (Hérité de ServiceConstructor<TService>.)
Méthode publique ConstructService Appelé par DatabaseSchemaProvider pour créer une instance du type TService spécifié. (Hérité de ServiceConstructor<TService>.)
Méthode protégée ConstructServiceImplementation Construit un générateur de script SQL. (Substitue ServiceConstructor<TService>.ConstructServiceImplementation().)
Méthode publique Equals Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publique GetHashCode Sert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode protégée MemberwiseClone Crée une copie superficielle de l'objet Object actif. (Hérité de Object.)
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

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