Partager via


AdoDotNetObjectIdentifierConverter.UnformatPart, méthode

Appelle la méthode UnquoteIdentifier.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Protected Overrides Function UnformatPart ( _
    typeName As String, _
    identifierPart As String _
) As Object
protected override Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
) override
abstract UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object  
override UnformatPart : 
        typeName:string * 
        identifierPart:string -> Object
protected override function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

Paramètres

  • typeName
    Type : String

    Le nom d'un type d'objet de données.

  • identifierPart
    Type : String

    Une partie mise en forme d'identificateur.

Valeur de retour

Type : Object
Retourne l'équivalent non formaté de la partie mise en forme d'identificateur.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre typeName est null.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetObjectIdentifierConverter Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms

UnformatPart