DeploymentStep.Action Method

When implemented in a derived class, returns a string that represents the script text to implement this step.

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

Syntax

'Declaration
Public MustOverride Function Action As String
public abstract string Action()
public:
virtual String^ Action() abstract
abstract Action : unit -> string 
public abstract function Action() : String

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentStep Class

Microsoft.Data.Schema.Build Namespace