Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetComponentName

Retorna o nome do objeto especificado.

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

Sintaxe

'Declaração
Private Function GetComponentName As String 
    Implements ICustomTypeDescriptor.GetComponentName
string ICustomTypeDescriptor.GetComponentName()
private:
virtual String^ GetComponentName() sealed = ICustomTypeDescriptor::GetComponentName
private abstract GetComponentName : unit -> string  
private override GetComponentName : unit -> string
JScript não oferece suporte a implementações explícitas da interface.

Valor de retorno

Tipo: String
O nome do objeto, ou nulluma referência nula (Nothing no Visual Basic) se o objeto não tem um nome.

Implementações

ICustomTypeDescriptor.GetComponentName

Comentários

Quando o método retorna nulluma referência nula (Nothing no Visual Basic), use o nome padrão.

Esse método oferece uma implementação do método de GetComponentName . Para obter mais informações, consulte o método de GetComponentName na biblioteca de classes do .NET Framework.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet