DacBulkCopyStep 類別

定義

DacBulkCopyStep 會將資料從 DAC 套件上傳/串流到目標資料庫。 此類別僅用於唯讀,無法實例化。

public sealed class DacBulkCopyStep : Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
type DacBulkCopyStep = class
    inherit DeploymentStepInternal
Public NotInheritable Class DacBulkCopyStep
Inherits DeploymentStepInternal
繼承

屬性

名稱 Description
Next

取得容器中的下一步,也就是 LinkedListNode<T> DeploymentStep 類型的 DeploymentStep。

(繼承來源 DeploymentStep)
Previous

取得容器中前一個步驟,該步驟為 LinkedListNode<T> DeploymentStep。

(繼承來源 DeploymentStep)

方法

名稱 Description
GenerateBatchScript(TextWriter)

協助者將批次腳本組寫給所提供的寫入者

(繼承來源 DeploymentStep)
GenerateTSQL()

回傳一串字串,代表部署期間要套用的一組 TSQL 腳本批次

(繼承來源 DeploymentStepInternal)
ToString()

回傳描述此步驟的字串。 基底會回傳步進的類型

(繼承來源 DeploymentStepInternal)

適用於