Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Decodes the identifier.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Shared Function DecodeIdentifier ( _
identifier As String, _
<OutAttribute> ByRef quote As QuoteType _
) As String
'Utilisation
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
Paramètres
- identifier
Type : System.String
Specifies the identifier.
- quote
Type : Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType%
Specifies the quote type.
Valeur de retour
Type : System.String
The decoded identifier.