Identifier.DecodeIdentifier(String, QuoteType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除逃脫角色。
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
報價類型
傳回
那個無法逃脫的識別碼。