VCConfiguration.SqlDebugScript (Propiedad)

Obtiene o establece el nombre del script de depuración de SQL.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Cadena que contiene el nombre del script que inicia la depuración de un script de SQL.

Seguridad de .NET Framework

Vea también

Referencia

VCConfiguration Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)