共用方式為


DeploymentProjectBuilder.SelectedDeploymentConfigFile 屬性

取得或設定要用於這個部署專案的部署組態檔。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Protected Friend Property SelectedDeploymentConfigFile As String
    Get
    Set
protected internal string SelectedDeploymentConfigFile { get; set; }
protected public:
property String^ SelectedDeploymentConfigFile {
    String^ get ();
    void set (String^ value);
}
member SelectedDeploymentConfigFile : string with get, set
function get SelectedDeploymentConfigFile () : String
function set SelectedDeploymentConfigFile (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

DeploymentProjectBuilder 類別

Microsoft.Data.Schema.Build 命名空間