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