共用方式為


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 命名空間