DBSetupDeployTask.ServerPropertiesFile 属性

获取或设置服务器属性文件字符串。

命名空间:  Microsoft.Data.Schema.Tasks
程序集:  Microsoft.Data.Schema.Tasks(在 Microsoft.Data.Schema.Tasks.dll 中)

语法

声明
Public Property ServerPropertiesFile As String
    Get
    Set
public string ServerPropertiesFile { get; set; }
public:
property String^ ServerPropertiesFile {
    String^ get ();
    void set (String^ value);
}
member ServerPropertiesFile : string with get, set
function get ServerPropertiesFile () : String
function set ServerPropertiesFile (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DBSetupDeployTask 类

Microsoft.Data.Schema.Tasks 命名空间