Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DeploymentScriptStep class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
text As String _
)
'Usage
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
)
Parameter
- text
Typ: System.String
The script to deploy.