Compartir a través de


AdoDotNetObjectIdentifierConverter.UnformatPart (Método)

Llama al método UnquoteIdentifier.

Espacio de nombres:  Microsoft.VisualStudio.Data.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
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

Parámetros

  • typeName
    Tipo: String

    El nombre de un tipo de objeto de datos.

  • identifierPart
    Tipo: String

    Un elemento con formato de identificador.

Valor devuelto

Tipo: Object
Devuelve el equivalente sin formato del elemento con formato de identificador.

Excepciones

Excepción Condición
ArgumentNullException

El parámetro typeName es null.

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetObjectIdentifierConverter Clase

Microsoft.VisualStudio.Data.AdoDotNet (Espacio de nombres)

UnformatPart