Proprietà QueryText
Gets the Transact-SQL string that defines the view query.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property QueryText As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The Transact-SQL string that defines the view query.
Vedere anche