DeploymentProjectBuilder.SelectedDeploymentConfigFile (Propiedad)

Obtiene o establece el archivo de configuración de la implementación que se va a usar para este proyecto de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

Microsoft.Data.Schema.Build (Espacio de nombres)