Share via


DeploymentStepInternal.ToString Method

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 (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
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

Return Value

Type: System.String

See Also

Reference

DeploymentStepInternal Class

Microsoft.SqlServer.Dac.Deployment Namespace