Compartir a través de


DeploymentScriptStep Constructor (String)

Initializes a new instance of the DeploymentScriptStep class.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

DeploymentScriptStep Clase

Sobrecarga de DeploymentScriptStep

Espacio de nombres Microsoft.SqlServer.Dac.Deployment