Propriété QueryText
Gets the Transact-SQL string that defines the view query.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property QueryText As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
The Transact-SQL string that defines the view query.
Voir aussi