共用方式為


DeploymentPlanHandle.Tail 屬性

Gets the tail of the plan or null if the plan is empty.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property Tail As DeploymentStep 
    Get
'用途
Dim instance As DeploymentPlanHandle 
Dim value As DeploymentStep 

value = instance.Tail
public DeploymentStep Tail { get; }
public:
property DeploymentStep^ Tail {
    DeploymentStep^ get ();
}
member Tail : DeploymentStep
function get Tail () : DeploymentStep

屬性值

型別:Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The tail of the plan or null if the plan is empty.

請參閱

參考

DeploymentPlanHandle 類別

Microsoft.SqlServer.Dac.Deployment 命名空間