Dela via


RefactoringDeploymentContributor.ProvideDeploymentStep Method

When overridden in a derived class, returns a deployment step that is based on the provided context.

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

Syntax

'Declaration
Protected Overridable Function ProvideDeploymentStep ( _
    context As DeploymentContributorContext _
) As DeploymentStep
protected virtual DeploymentStep ProvideDeploymentStep(
    DeploymentContributorContext context
)
protected:
virtual DeploymentStep^ ProvideDeploymentStep(
    DeploymentContributorContext^ context
)
abstract ProvideDeploymentStep : 
        context:DeploymentContributorContext -> DeploymentStep 
override ProvideDeploymentStep : 
        context:DeploymentContributorContext -> DeploymentStep 
protected function ProvideDeploymentStep(
    context : DeploymentContributorContext
) : DeploymentStep

Parameters

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentStep
The base method returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

RefactoringDeploymentContributor Class

Microsoft.Data.Schema.Refactoring Namespace

DeploymentContributorContext