Свойство QueryText

Gets the Transact-SQL string that defines the view query.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property QueryText As String
    Get
'Применение
Dim instance As IView
Dim value As String

value = instance.QueryText
string QueryText { get; }
property String^ QueryText {
    String^ get ();
}
abstract QueryText : string
function get QueryText () : String

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

Тип: System. . :: . .String
The Transact-SQL string that defines the view query.