DeploymentStep.Previous Property

Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.

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

Syntax

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

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentStep
The previous step.

.NET Framework Security

See Also

Reference

DeploymentStep Class

Microsoft.Data.Schema.Build Namespace

LinkedListNode<T>