Identifier.DecodeIdentifier(String, QuoteType) 方法

定义

删除转义字符。

public static string DecodeIdentifier(string identifier, out Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType quote);
static member DecodeIdentifier : string * QuoteType -> string
Public Shared Function DecodeIdentifier (identifier As String, ByRef quote As QuoteType) As String

参数

identifier
String

具有转义字符的标识符。

quote
QuoteType

引号类型

返回

未转义标识符。

适用于