Proprietà VCConfiguration.SqlDebugScript
Ottiene o imposta il nome dello script di debug SQL.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
Property SqlDebugScript As String
string SqlDebugScript { get; set; }
property String^ SqlDebugScript {
String^ get ();
void set (String^ value);
}
abstract SqlDebugScript : string with get, set
function get SqlDebugScript () : String
function set SqlDebugScript (value : String)
Valore proprietà
Tipo: System.String
Stringa contenente il nome dello script che avvia il debug di uno script SQL.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.