Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep.
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property Next As DeploymentStep
Get
用法
Dim instance As DeploymentStep
Dim value As DeploymentStep
value = instance.Next
public DeploymentStep Next { get; }
public:
property DeploymentStep^ Next {
DeploymentStep^ get ();
}
member Next : DeploymentStep
function get Next () : DeploymentStep
属性值
类型:Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The next step.