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 命名空间