Partilhar via


Propriedade DBSetupDeployTask.DeploymentConfigFile

Obtém ou define uma seqüência de arquivo de configuração da implantação.

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

Sintaxe

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

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DBSetupDeployTask Classe

Namespace Microsoft.Data.Schema.Tasks