共用方式為


AgnosticDatabaseConfigurationSandboxExtender.ExtenderSandboxDeployScriptFileName 屬性

使用沙箱設定時 [部署屬性] 頁面上的部署指令碼檔案名稱。

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

語法

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

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

AgnosticDatabaseConfigurationSandboxExtender 類別

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