Metodo AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetComponentName
Recupera il nome dell'oggetto specificato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Private Function GetComponentName As String
Implements ICustomTypeDescriptor.GetComponentName
string ICustomTypeDescriptor.GetComponentName()
private:
virtual String^ GetComponentName() sealed = ICustomTypeDescriptor::GetComponentName
private abstract GetComponentName : unit -> string
private override GetComponentName : unit -> string
JScript non supporta le implementazioni esplicite dell'interfaccia.
Valore restituito
Tipo: String
Nome dell'oggetto o, in mancanza del nome, valore nullriferimento null (Nothing in Visual Basic).
Implementa
ICustomTypeDescriptor.GetComponentName
Note
Quando il metodo restituisce nullriferimento null (Nothing in Visual Basic), utilizzare il nome predefinito.
Questo metodo fornisce un'implementazione di metodo GetComponentName. Per ulteriori informazioni, vedere il metodo GetComponentName nella libreria di classi .NET Framework.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionProperties Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet