DbProviderFactoriesConfigurationHandler.Create Metodo

Definizione

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContext, System::Xml::XmlNode ^ section);
public virtual object Create (object parent, object configContext, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Overridable Function Create (parent As Object, configContext As Object, section As XmlNode) As Object

Parametri

parent
Object

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

configContext
Object

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

section
XmlNode

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Restituisce

Questo tipo supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.

Implementazioni

Si applica a

Vedi anche