DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName Método

Definición

Devuelve el nombre de 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

Nombre del objeto o null si el objeto no tiene un nombre.

Implementaciones

Comentarios

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

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

Se aplica a

Consulte también