Udostępnij za pośrednictwem


Metoda ServerConnection.NormalizeQuery (String, Boolean)

Normalizuje kwerendę, która kontroluje połączenie z serwerem.

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, _
    QuotedIdentifiers As Boolean _
) As String
'Użycie
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

Parametry

  • QuotedIdentifiers
    Typ: System.Boolean
    TRUE do identyfikatorów, które są notowane; w przeciwnym razie false.

Wartość zwracana

Typ: System.String
Kwerenda, która kontroluje połączenie z serwerem.