Compartir a través de


DeploymentProjectBuilder.OutputDirectory (Propiedad)

Obtiene o establece el directorio de salida para la implementación.

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

Sintaxis

'Declaración
Protected Friend Property OutputDirectory As DirectoryInfo
    Get
    Set
protected internal DirectoryInfo OutputDirectory { get; set; }
protected public:
property DirectoryInfo^ OutputDirectory {
    DirectoryInfo^ get ();
    void set (DirectoryInfo^ value);
}
member OutputDirectory : DirectoryInfo with get, set
function get OutputDirectory () : DirectoryInfo
function set OutputDirectory (value : DirectoryInfo)

Valor de propiedad

Tipo: System.IO.DirectoryInfo

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

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