Udostępnij za pośrednictwem


Metoda ServerConnection.NormalizeQuery (String)

Używa wprowadzania ciąg, który reprezentuje tekst kwerendy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Składnia

'Deklaracja
Public Shared Function NormalizeQuery ( _
    QueryText As String _
) As String
'Użycie
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

Parametry

Wartość zwracana

Typ: System.String
A String wartość, która reprezentuje tekst kwerendy.