Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Previous As DeploymentStep
Get
'Usage
Dim instance As DeploymentStep
Dim value As DeploymentStep
value = instance.Previous
public DeploymentStep Previous { get; }
public:
property DeploymentStep^ Previous {
DeploymentStep^ get ();
}
member Previous : DeploymentStep
function get Previous () : DeploymentStep
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The previous step.