次の方法で共有


DeploymentStep.Previous プロパティ

DeploymentStep 型の LinkedListNode<T> であるコンテナーの前の手順を取得します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property Previous As DeploymentStep 
    Get
'使用
Dim instance As DeploymentStep 
Dim value As DeploymentStep 

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

プロパティ値

型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep

関連項目

参照

DeploymentStep クラス

Microsoft.SqlServer.Dac.Deployment 名前空間