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.