DeploymentPlan.AddLast Method (DeploymentStep)
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddLast ( _
newStep As DeploymentStep _
)
public void AddLast(
DeploymentStep newStep
)
public:
void AddLast(
DeploymentStep^ newStep
)
member AddLast :
newStep:DeploymentStep -> unit
public function AddLast(
newStep : DeploymentStep
)
Parameters
- newStep
Type: Microsoft.Data.Schema.Build.DeploymentStep
.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.