Compartir a través de


DBSetupDeployTask.DeploymentConfigFile (Propiedad)

Obtiene o establece una cadena de archivo de configuración de implementación.

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

Sintaxis

'Declaración
Public Property DeploymentConfigFile As String
    Get
    Set
public string DeploymentConfigFile { get; set; }
public:
property String^ DeploymentConfigFile {
    String^ get ();
    void set (String^ value);
}
member DeploymentConfigFile : string with get, set
function get DeploymentConfigFile () : String
function set DeploymentConfigFile (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DBSetupDeployTask Clase

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