Partilhar via


Propriedade VCLinkerTool.ProfileGuidedDatabase

Obtém ou define o arquivo de banco de dados para usar quando usando perfil otimizações orientados.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Property ProfileGuidedDatabase As String
string ProfileGuidedDatabase { get; set; }
property String^ ProfileGuidedDatabase {
    String^ get ();
    void set (String^ value);
}
abstract ProfileGuidedDatabase : string with get, set
function get ProfileGuidedDatabase () : String 
function set ProfileGuidedDatabase (value : String)

Valor de propriedade

Tipo: String
O arquivo de banco de dados para usar quando usando perfil otimizações orientados.

Comentários

Esta propriedade deve ser usada somente ao usar perfil otimizações orientados.

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine

Outros recursos

/PGD (especificar banco de dados para otimizações orientadas por perfil)