Partilhar via


Método DeploymentStep.ToString

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

DeploymentStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment