Partager via


RefactoringDeploymentContributor.ProposeTargetOperations, méthode

Retourne cet objet après réinitialisation de l'énumération par la méthode à l'aide du contexte fourni.

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

Syntaxe

'Déclaration
Public Overrides Function ProposeTargetOperations ( _
    context As DeploymentContributorContext _
) As IEnumerable(Of TargetModelOperation)
public override IEnumerable<TargetModelOperation> ProposeTargetOperations(
    DeploymentContributorContext context
)
public:
virtual IEnumerable<TargetModelOperation^>^ ProposeTargetOperations(
    DeploymentContributorContext^ context
) override
abstract ProposeTargetOperations : 
        context:DeploymentContributorContext -> IEnumerable<TargetModelOperation> 
override ProposeTargetOperations : 
        context:DeploymentContributorContext -> IEnumerable<TargetModelOperation> 
public override function ProposeTargetOperations(
    context : DeploymentContributorContext
) : IEnumerable<TargetModelOperation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<TargetModelOperation>

Notes

Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringDeploymentContributor Classe

Microsoft.Data.Schema.Refactoring, espace de noms

ProposeTargetOperations