DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName Método

Definición

Devuelve los eventos para esta instancia de un 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

Devoluciones

El nombre del objeto, o null si el objeto no tiene un nombre.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de DbConnectionStringBuilder se convierte en una interfaz ICustomTypeDescriptor.

Para obtener más información, vea GetComponentName.

Se aplica a

Consulte también