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

参数

返回值

类型:System.String

.NET Framework 安全性

请参见

参考

Identifier 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间