Freigeben über


RefactoringDeploymentContributor.ProvideDeploymentStep-Methode

Gibt beim Überschreiben in einer abgeleiteten Klasse auf Grundlage des bereitgestellten Kontexts einen Bereitstellungsschritt zurück.

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.Build.DeploymentStep
Die Basismethode gibt nullNULL-Verweis (Nothing in Visual Basic) zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringDeploymentContributor Klasse

Microsoft.Data.Schema.Refactoring-Namespace

DeploymentContributorContext