Compartilhar via


Método AdoDotNetObjectIdentifierConverter.UnformatPart

Chama o método UnquoteIdentifier.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
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: System.String
    o nome de um tipo de objeto de dados.
  • identifierPart
    Tipo: System.String
    Uma parte formatado identificador.

Valor de retorno

Tipo: System.Object
Retorna o equivalente formatado sem formatação da parte do identificador.

Exceções

Exceção Condição
ArgumentNullException

O parâmetro de typeName é zero.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetObjectIdentifierConverter Classe

Namespace Microsoft.VisualStudio.Data.AdoDotNet

UnformatPart