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 total number of steps in the plan.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property StepCount As Integer
Get
'Usage
Dim instance As DeploymentPlan
Dim value As Integer
value = instance.StepCount
public abstract int StepCount { get; }
public:
virtual property int StepCount {
int get () abstract;
}
abstract StepCount : int
abstract function get StepCount () : int
Property Value
Type: System.Int32
The total number of steps in the plan.