Udostępnij za pośrednictwem


Właściwość VCConfiguration.SqlDebugScript —

Pobiera lub ustawia nazwę skryptu debugowania SQL.

Przestrzeń nazw:  Microsoft.VisualStudio.VCProjectEngine
Zestaw:  Microsoft.VisualStudio.VCProjectEngine (w Microsoft.VisualStudio.VCProjectEngine.dll)

Składnia

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

Wartość właściwości

Typ: System.String
Ciąg zawierający nazwę skryptu, który inicjuje debugowanie skryptu SQL.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCConfiguration Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine