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