Partilhar via


Método Identifier.DecodeIdentifier

Decodes the identifier.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Shared Function DecodeIdentifier ( _
    identifier As String, _
    <OutAttribute> ByRef quote As QuoteType _
) As String
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.String
The decoded identifier.

Consulte também

Referência

Identifier Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom