Gets the head on 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 Head As DeploymentStep
Get
'用途
Dim instance As DeploymentPlanHandle
Dim value As DeploymentStep
value = instance.Head
public DeploymentStep Head { get; }
public:
property DeploymentStep^ Head {
DeploymentStep^ get ();
}
member Head : DeploymentStep
function get Head () : DeploymentStep
屬性值
型別:Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The head on the plan or null if the plan is empty.