Identifier.DecodeIdentifier 方法
Decodes the identifier.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Shared Function DecodeIdentifier ( _
identifier As String, _
<OutAttribute> ByRef quote As QuoteType _
) As String
用法
Dim identifier As String
Dim quote As QuoteType
Dim returnValue As String
returnValue = Identifier.DecodeIdentifier(identifier, _
quote)
public static string DecodeIdentifier(
string identifier,
out QuoteType quote
)
public:
static String^ DecodeIdentifier(
String^ identifier,
[OutAttribute] QuoteType% quote
)
static member DecodeIdentifier :
identifier:string *
quote:QuoteType byref -> string
public static function DecodeIdentifier(
identifier : String,
quote : QuoteType
) : String
参数
- identifier
类型:System.String
Specifies the identifier.
- quote
类型:Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType%
Specifies the quote type.
返回值
类型:System.String
The decoded identifier.