다음을 통해 공유


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.