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
)
매개 변수
- text
유형: System.String
The script to deploy.