RefactoringDeploymentModifier Constructor
Initializes a new instance of the RefactoringDeploymentModifier class by using the provided deployment step.
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
refactorStep As DeploymentStep _
)
public RefactoringDeploymentModifier(
DeploymentStep refactorStep
)
public:
RefactoringDeploymentModifier(
DeploymentStep^ refactorStep
)
new :
refactorStep:DeploymentStep -> RefactoringDeploymentModifier
public function RefactoringDeploymentModifier(
refactorStep : DeploymentStep
)
Parameters
- refactorStep
Type: Microsoft.Data.Schema.Build.DeploymentStep
A DeploymentStep object.
.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
RefactoringDeploymentModifier Class