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)
屬性值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。