Identifier.DecodeIdentifier 方法

Decodes the identifier.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Shared Function DecodeIdentifier ( _
    identifier As String, _
    <OutAttribute> ByRef quote As QuoteType _
) As String
用法
Dim identifier As String 
Dim quote As QuoteType 
Dim returnValue As String 

returnValue = Identifier.DecodeIdentifier(identifier, _
    quote)
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
The decoded identifier.

请参阅

参考

Identifier 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间