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 命名空间