DeploymentScriptDomStep.Action 方法

返回根据脚本片段创建的脚本。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

返回值

类型:System.String
脚本。

.NET Framework 安全性

请参见

参考

DeploymentScriptDomStep 类

Microsoft.Data.Schema.Build 命名空间

IScriptFragment