共用方式為


AgnosticDatabaseConfigurationExtender.ExtenderDeployScriptFileName 屬性

取得專案設定中 [部署屬性] 頁面上的部署指令碼檔案名稱。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Internal
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property ExtenderDeployScriptFileName As String
    Get
    Set
[BrowsableAttribute(false)]
public string ExtenderDeployScriptFileName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderDeployScriptFileName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ExtenderDeployScriptFileName : string with get, set
function get ExtenderDeployScriptFileName () : String
function set ExtenderDeployScriptFileName (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

AgnosticDatabaseConfigurationExtender 類別

Microsoft.VisualStudio.Data.Schema.Package.Internal 命名空間