DeploymentScriptDomStep.Action Method

Returns a script that is created from the script fragment.

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
A script.

.NET Framework Security

See Also

Reference

DeploymentScriptDomStep Class

Microsoft.Data.Schema.Build Namespace

IScriptFragment