Proprietà VCLinkerTool.ProfileGuidedDatabase

Ottiene o imposta il file di database da utilizzare in caso di utilizzo delle ottimizzazioni PGO.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
File di database da utilizzare in caso di utilizzo delle ottimizzazioni PGO.

Note

Questa proprietà deve essere utilizzata solo in caso di utilizzo delle ottimizzazioni PGO.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCLinkerTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine

Altre risorse

/PGD (Specifica il database per le ottimizzazioni PGO)