ServerConnection.NormalizeQuery Método (String)
Uses a string input that represents the query text.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Public Shared Function NormalizeQuery ( _
QueryText As String _
) As String
'Uso
Dim QueryText As String
Dim returnValue As String
returnValue = ServerConnection.NormalizeQuery(QueryText)
public static string NormalizeQuery(
string QueryText
)
public:
static String^ NormalizeQuery(
String^ QueryText
)
static member NormalizeQuery :
QueryText:string -> string
public static function NormalizeQuery(
QueryText : String
) : String
Parámetros
- QueryText
Tipo: System.String
The name of the query.
Valor devuelto
Tipo: System.String
A String value that represents the query text.