Compartir a través de


DBDeployTask.DeploymentConfigurationFile (Propiedad)

Obtiene o establece el nombre del 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 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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DBDeployTask Clase

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