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
    유형: String
    쿼리의 이름입니다.
  • QuotedIdentifiers
    유형: Boolean
    따옴표 붙은 식별자로 처리하면 true이고, 그렇지 않으면 false입니다.

반환 값

유형: String
서버 연결을 제어하는 쿼리입니다.

참고 항목

참조

ServerConnection 클래스

NormalizeQuery 오버로드

Microsoft.SqlServer.Management.Common 네임스페이스