DeploymentScriptStep, constructeur
Initialise une nouvelle instance de la classe DeploymentScriptStep.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub New ( _
text As String _
)
public DeploymentScriptStep(
string text
)
public:
DeploymentScriptStep(
String^ text
)
new :
text:string -> DeploymentScriptStep
public function DeploymentScriptStep(
text : String
)
Paramètres
- text
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.