Base class for implementing deployment step types. It should not be used for writing extensions. Extensions must directly implement DeploymentStep
繼承階層
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
Microsoft.SqlServer.Dac.Deployment.DacBulkCopyStep
Microsoft.SqlServer.Dac.Deployment.DeploymentScriptDomStep
Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Microsoft.SqlServer.Dac.Deployment.EmptyStep
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public Class DeploymentStepInternal _
Inherits DeploymentStep
'用途
Dim instance As DeploymentStepInternal
public class DeploymentStepInternal : DeploymentStep
public ref class DeploymentStepInternal : public DeploymentStep
type DeploymentStepInternal =
class
inherit DeploymentStep
end
public class DeploymentStepInternal extends DeploymentStep
DeploymentStepInternal 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
Next | Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep. (繼承自 DeploymentStep。) |
![]() |
Previous | Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep. (繼承自 DeploymentStep。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GenerateBatchScript | Returns a helper that writes the set of batch scripts to the provided writer. (繼承自 DeploymentStep。) |
![]() |
GenerateTSQL | Returns a list of strings that represent a set of TSQL script batches to be applied during deployment (覆寫 DeploymentStep.GenerateTSQL()。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | Returns a string that describes this step. The base returns the type of the step (覆寫 DeploymentStep.ToString()。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)