DeploymentScriptStep 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
部署計畫中的步驟代表部署腳本。 此類別可實例化並由擴充套件使用。
public class DeploymentScriptStep : Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
type DeploymentScriptStep = class
inherit DeploymentStepInternal
Public Class DeploymentScriptStep
Inherits DeploymentStepInternal
- 繼承
- 衍生
建構函式
| 名稱 | Description |
|---|---|
| DeploymentScriptStep(IEnumerable<String>) |
初始化 a DeploymentScriptStep 並使用多個 TSQL 腳本 |
| DeploymentScriptStep(String) |
建立一個 DeploymentScriptStep |
屬性
| 名稱 | Description |
|---|---|
| Next |
取得容器中的下一步,也就是 LinkedListNode<T> DeploymentStep 類型的 DeploymentStep。 (繼承來源 DeploymentStep) |
| Previous |
取得容器中前一個步驟,該步驟為 LinkedListNode<T> DeploymentStep。 (繼承來源 DeploymentStep) |
方法
| 名稱 | Description |
|---|---|
| GenerateBatchScript(TextWriter) |
協助者將批次腳本組寫給所提供的寫入者 (繼承來源 DeploymentStep) |
| GenerateTSQL() |
回傳一串字串,代表部署期間要套用的一組 TSQL 腳本批次 (繼承來源 DeploymentStepInternal) |
| ToString() |
回傳描述此步驟的字串。 基底會回傳步進的類型 (繼承來源 DeploymentStepInternal) |