次の方法で共有


DeploymentScriptStep コンストラクター (String)

DeploymentScriptStep のインスタンスを作成します。

名前空間:  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 名前空間