共用方式為


DeploymentPlan.StepCount 屬性

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.

請參閱

參考

DeploymentPlan 類別

Microsoft.SqlServer.Dac.Deployment 命名空間