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