Condividi tramite


Metodo ServerConnection.NormalizeQuery (String, Boolean)

Normalizes the query that controls the server connection.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Shared Function NormalizeQuery ( _
    QueryText As String, _
    QuotedIdentifiers As Boolean _
) As String
'Utilizzo
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

Parametri

  • QueryText
    Tipo: String
    The name of the query.
  • QuotedIdentifiers
    Tipo: Boolean
    true to the identifiers that are quoted; otherwise, false.

Valore restituito

Tipo: String
The query that controls the server connection.

Vedere anche

Riferimento

ServerConnection Classe

Overload NormalizeQuery

Spazio dei nomi Microsoft.SqlServer.Management.Common