Share via


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

参数

返回值

类型:System.String
A String value that represents the query text.

请参阅

参考

ServerConnection 类

NormalizeQuery 重载

Microsoft.SqlServer.Management.Common 命名空间