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
見積もりの種類
返品
エスケープされていない識別子。