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
- 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.