DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName Metodo

Definizione

Restituisce il nome di questa istanza di 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

Restituisce

Il nome dell'oggetto, o null, se l'oggetto non ha un nome.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DbConnectionStringBuilder a un'interfaccia ICustomTypeDescriptor.

Per altre informazioni, vedere GetComponentName.

Si applica a

Vedi anche