DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName Método

Definição

Retorna o nome desta instância de um componente.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string ICustomTypeDescriptor.GetComponentName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
Function GetComponentName () As String Implements ICustomTypeDescriptor.GetComponentName

Retornos

O nome do objeto ou null se o objeto não tiver um nome.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DbConnectionStringBuilder é convertida em uma interface de ICustomTypeDescriptor.

Para obter mais informações, consulte GetComponentName.

Aplica-se a

Confira também