Partager via


Méthode DeploymentStep.ToString

Returns a string that describes this step. The base returns the type of the step.

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

Syntaxe

'Déclaration
Public Overrides Function ToString As String
'Utilisation
Dim instance As DeploymentStep 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Valeur de retour

Type : System.String
A string that describes this step. The base returns the type of the step.

Voir aussi

Référence

DeploymentStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment