識別子をデコードします。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Shared Function DecodeIdentifier ( _
identifier As String, _
<OutAttribute> ByRef quote As QuoteType _
) As String
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
識別子を指定します
- quote
型: Microsoft.Data.Schema.ScriptDom.Sql.QuoteType%
引用符の種類を指定します。
戻り値
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。