Gets the total number of steps in the plan.
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public MustOverride ReadOnly Property StepCount As Integer
Get
用法
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
属性值
类型:System.Int32
The total number of steps in the plan.