Partilhar via


Propriedade DBSetupDeployTask.OutputDirectory

Obtém ou define a seqüência de caracteres de diretório de saída.

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

Sintaxe

'Declaração
Public Property OutputDirectory As String
    Get
    Set
public string OutputDirectory { get; set; }
public:
property String^ OutputDirectory {
    String^ get ();
    void set (String^ value);
}
member OutputDirectory : string with get, set
function get OutputDirectory () : String
function set OutputDirectory (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