DBDeployTask.DeploymentConfigurationFile 属性

获取或设置部署配置文件名。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DBDeployTask 类

Microsoft.Data.Schema.Tasks 命名空间