Construtor DeploymentScriptStep (String)
Initializes a new instance of the DeploymentScriptStep class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Sub New ( _
text As String _
)
'Uso
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
)
Parâmetros
- text
Tipo: System.String
The script to deploy.