DeploymentPlan.Tail Property
Gets the last deployment step.
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 last deployment step.
.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.