Partager via


VCConfiguration.SqlDebugScript, propriété

Obtient ou définit le nom du script de débogage SQL.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Chaîne contenant le nom du script qui lance le débogage d'un script SQL.

Sécurité .NET Framework

Voir aussi

Référence

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms