Compartilhar via


Propriedade DeploymentProjectBuilder.SelectedDeploymentConfigFile

Obtém ou define o arquivo de configuração de implantação a ser usado para o projeto de implantação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build