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
- context
Type: Microsoft.Data.Schema.Build.DeploymentContributorContext
A DeploymentContributorContext object.
Return Value
Type: Microsoft.Data.Schema.Build.DeploymentStep
The base method returns nulla null reference (Nothing in Visual Basic).
.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