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