Поделиться через


VCConfiguration.SqlDebugScript - свойство

Gets or sets the name of the SQL debug script.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Property SqlDebugScript As String
'Применение
Dim instance As VCConfiguration
Dim value As String

value = instance.SqlDebugScript

instance.SqlDebugScript = value
string SqlDebugScript { get; set; }
property String^ SqlDebugScript {
    String^ get ();
    void set (String^ value);
}
function get SqlDebugScript () : String
function set SqlDebugScript (value : String)

Значение свойства

Тип: System.String

String containing the name of the script that initiates debugging of a SQL script.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCConfiguration Интерфейс

VCConfiguration - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен