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
- context
Type: Microsoft.Data.Schema.Build.DeploymentContributorContext
Return Value
Type: System.Collections.Generic.IEnumerable<TargetModelOperation>
Remarks
For more information about how to handle events, see Consuming Events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringDeploymentContributor Class
Microsoft.Data.Schema.Refactoring Namespace
ProposeTargetOperations