DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName Méthode
Définition
Retourne le nom de cette instance d’un composant.Returns the name of this instance of a component.
virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string ICustomTypeDescriptor.GetComponentName ();
Function GetComponentName () As String Implements ICustomTypeDescriptor.GetComponentName
Retours
Nom de l’objet, ou null
si l’objet n’a pas de nom.The name of the object, or null
if the object does not have a name.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de DbConnectionStringBuilder est castée en interface ICustomTypeDescriptor.It can be used only when the DbConnectionStringBuilder instance is cast to an ICustomTypeDescriptor interface.
Pour plus d'informations, consultez GetComponentName.For more information, see GetComponentName.