Freigeben über


RefactoringDeploymentContributor.ProposeTargetOperations-Methode

Gibt dieses Objekt zurück, nachdem die Methode die Enumeration mit dem bereitgestellten Kontext zurückgesetzt hat.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Parameter

Rückgabewert

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

Hinweise

Weitere Informationen zur Ereignisbehandlung finden Sie unter Behandeln von Ereignissen.

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringDeploymentContributor Klasse

Microsoft.Data.Schema.Refactoring-Namespace

ProposeTargetOperations