Share via


DeploymentScriptStep.Action Method

The action to perform in this step of the deployment script.

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

Syntax

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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentScriptStep Class

Microsoft.Data.Schema.Build Namespace