Partilhar via


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

Consulte também

Referência

DeploymentScriptStep Classe

Sobrecarregado DeploymentScriptStep

Namespace Microsoft.SqlServer.Dac.Deployment