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
)
パラメーター
- text
型: System.String
配置するスクリプト。