Partager via


Constructeur DeploymentScriptStep (String)

Initializes a new instance of the DeploymentScriptStep class.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    text As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

DeploymentScriptStep Classe

Surcharge DeploymentScriptStep

Espace de noms Microsoft.SqlServer.Dac.Deployment