ServerConnection.NormalizeQuery 메서드 (String)
쿼리 텍스트를 나타내는 문자열 입력을 사용합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public Shared Function NormalizeQuery ( _
QueryText As String _
) As String
‘사용 방법
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
매개 변수
- QueryText
유형: String
쿼리의 이름입니다.
반환 값
유형: String
쿼리 텍스트를 나타내는 String 값입니다.