Partilhar via


Método DeploymentStepInternal.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 DeploymentStepInternal 
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

Consulte também

Referência

DeploymentStepInternal Classe

Namespace Microsoft.SqlServer.Dac.Deployment