Condividi tramite


Metodo Identifier.DecodeIdentifier

Decodifica l'identificatore.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Identifier Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql