TargetModelModifier.ProvideDeploymentModifier Method
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function ProvideDeploymentModifier ( _
context As DeploymentContributorContext _
) As DeploymentPlanModifier
public virtual DeploymentPlanModifier ProvideDeploymentModifier(
DeploymentContributorContext context
)
public:
virtual DeploymentPlanModifier^ ProvideDeploymentModifier(
DeploymentContributorContext^ context
)
abstract ProvideDeploymentModifier :
context:DeploymentContributorContext -> DeploymentPlanModifier
override ProvideDeploymentModifier :
context:DeploymentContributorContext -> DeploymentPlanModifier
public function ProvideDeploymentModifier(
context : DeploymentContributorContext
) : DeploymentPlanModifier
Parameters
- context
Type: Microsoft.Data.Schema.Build.DeploymentContributorContext
Return Value
Type: Microsoft.Data.Schema.Build.DeploymentPlanModifier
.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.