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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.