NormalizeQuery 方法 (String, Boolean)

Normalizes the query that controls the server connection.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Public Shared Function NormalizeQuery ( _
    QueryText As String, _
    QuotedIdentifiers As Boolean _
) As String
'用途
Dim QueryText As String
Dim QuotedIdentifiers As Boolean
Dim returnValue As String

returnValue = ServerConnection.NormalizeQuery(QueryText, _
    QuotedIdentifiers)
public static string NormalizeQuery(
    string QueryText,
    bool QuotedIdentifiers
)
public:
static String^ NormalizeQuery(
    String^ QueryText, 
    bool QuotedIdentifiers
)
static member NormalizeQuery : 
        QueryText:string * 
        QuotedIdentifiers:bool -> string 
public static function NormalizeQuery(
    QueryText : String, 
    QuotedIdentifiers : boolean
) : String

參數

傳回值

型別:System. . :: . .String
The query that controls the server connection.