ServerConnection.NormalizeQuery 메서드 (String)
Uses a string input that represents the query text.
네임스페이스: 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
유형: System.String
The name of the query.
반환 값
유형: System.String
A String value that represents the query text.