共用方式為


DeploymentScriptStep 建構函式 (String)

Initializes a new instance of the DeploymentScriptStep class.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Sub New ( _
    text As String _
)
'用途
Dim text As String 

Dim instance As New DeploymentScriptStep(text)
public DeploymentScriptStep(
    string text
)
public:
DeploymentScriptStep(
    String^ text
)
new : 
        text:string -> DeploymentScriptStep
public function DeploymentScriptStep(
    text : String
)

參數

請參閱

參考

DeploymentScriptStep 類別

DeploymentScriptStep 多載

Microsoft.SqlServer.Dac.Deployment 命名空間