Метод ServerConnection.NormalizeQuery (String)
Uses a string input that represents the query text.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public Shared Function NormalizeQuery ( _
QueryText As String _
) As String
'Применение
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
Параметры
- QueryText
Тип: System.String
The name of the query.
Возвращаемое значение
Тип: System.String
A String value that represents the query text.