Compartilhar via


Propriedade VCConfiguration.SqlDebugScript

Obtém ou define o nome do script de depuração SQL.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome do script que inicia a depuração de um script SQL.

Segurança do .NET Framework

Consulte também

Referência

VCConfiguration Interface

Namespace Microsoft.VisualStudio.VCProjectEngine