DeploymentPlan.AddLast Method (IEnumerable<DeployStep>)
Adds a collection of steps at the end.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddLast ( _
steps As IEnumerable(Of DeployStep) _
)
'Usage
Dim instance As DeploymentPlan
Dim steps As IEnumerable(Of DeployStep)
instance.AddLast(steps)
public void AddLast(
IEnumerable<DeployStep> steps
)
public:
void AddLast(
IEnumerable<DeployStep^>^ steps
)
public function AddLast(
steps : IEnumerable<DeployStep>
)
member AddLast :
steps:IEnumerable<DeployStep> -> unit
Parameters
- steps
Type: System.Collections.Generic.IEnumerable<DeployStep>
The steps to add
.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.