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

報價類型

傳回

那個無法逃脫的識別碼。

適用於