DeploymentStep.ToString Method

Returns a string that describes this step.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
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
The default is the type of step.

.NET Framework Security

See Also

Reference

DeploymentStep Class

Microsoft.Data.Schema.Build Namespace