Partager via


ModelTranslatorPromoteToAction, classe

Transforme l'élément source en élément cible possédant plus de propriétés que l'élément source.

Hiérarchie d'héritage

System.Object
  Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorPromoteToAction

Espace de noms :  Microsoft.Data.Schema.SchemaModel.Translation
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Class ModelTranslatorPromoteToAction _
    Inherits ModelTranslatorAction
public class ModelTranslatorPromoteToAction : ModelTranslatorAction
public ref class ModelTranslatorPromoteToAction : public ModelTranslatorAction
type ModelTranslatorPromoteToAction =  
    class
        inherit ModelTranslatorAction
    end
public class ModelTranslatorPromoteToAction extends ModelTranslatorAction

Le type ModelTranslatorPromoteToAction expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ModelTranslatorPromoteToAction

Début

Propriétés

  Nom Description
Propriété publique ToClass Obtient l'objet de métadonnées qui représente l'élément cible.

Début

Méthodes

  Nom Description
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.SchemaModel.Translation, espace de noms

ModelTranslatorAction