AdoDotNetProviderObjectFactory.CreateObject(Type) 方法

定义

支持创建 DataConnectionPropertiesDataConnectionSupport 类型。

public:
 override System::Object ^ CreateObject(Type ^ objType);
public override object CreateObject (Type objType);
override this.CreateObject : Type -> obj
Public Overrides Function CreateObject (objType As Type) As Object

参数

objType
Type

要创建的对象的数据类型。

返回

Object

返回由参数指定的类型的对象 objectType ; 如果不支持该对象类型,则返回 null。

适用于