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