Compartir a través de


DeploymentStep.ToString Método

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Overrides Function ToString As String
'Uso
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

Valor devuelto

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

Vea también

Referencia

DeploymentStep Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment