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