Share via


DeploymentPlanHandle.Tail Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the last step of the plan.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Tail As DeploymentStep
public DeploymentStep Tail { get; }
public:
property DeploymentStep^ Tail {
    DeploymentStep^ get ();
}
member Tail : DeploymentStep
function get Tail () : DeploymentStep

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentStep
The tail, or last step, of the plan; if the plan is empty, nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DeploymentPlanHandle Class

Microsoft.Data.Schema.Build Namespace