Поделиться через


RefactoringDeploymentContributor.ProposeTargetOperations Method

Returns this object after the method resets the enumeration by using the provided context.

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>

Parameters

Return Value

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

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

RefactoringDeploymentContributor Class

Microsoft.Data.Schema.Refactoring Namespace

ProposeTargetOperations