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

見積もりの種類

返品

エスケープされていない識別子。

適用対象