Condividi tramite


Costruttore DeploymentScriptStep (String)

Initializes a new instance of the DeploymentScriptStep class.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    text As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

DeploymentScriptStep Classe

Overload DeploymentScriptStep

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment