Identifier.DecodeIdentifier 方法
對識別項進行解碼。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。