ServerConnection.NormalizeQuery メソッド (String, Boolean)
サーバー接続を制御するクエリを正規化します。
名前空間: 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
パラメーター
- QueryText
型: System.String
クエリの名前。
- QuotedIdentifiers
型: System.Boolean
引用符で囲まれた識別子の場合は true、それ以外の場合は false です。
戻り値
型: System.String
サーバー接続を制御するクエリです。