DeploymentPlanContributorContext.DeploymentScriptPath 属性

获取或设置部署脚本的路径。

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

语法

声明
Public Property DeploymentScriptPath As String
    Get
    Set
public string DeploymentScriptPath { get; set; }
public:
property String^ DeploymentScriptPath {
    String^ get ();
    void set (String^ value);
}
member DeploymentScriptPath : string with get, set
function get DeploymentScriptPath () : String
function set DeploymentScriptPath (value : String)

属性值

类型:System.String
部署脚本的文件路径。

.NET Framework 安全性

请参见

参考

DeploymentPlanContributorContext 类

Microsoft.Data.Schema.Build 命名空间