共用方式為


TableProvider.GetTypeDescriptor 方法

定義

取得資料表的型別描述元。

public:
 virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor();
public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor ();
abstract member GetTypeDescriptor : unit -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : unit -> System.ComponentModel.ICustomTypeDescriptor
Public Overridable Function GetTypeDescriptor () As ICustomTypeDescriptor

傳回

ICustomTypeDescriptor

資料表的型別描述元。

適用於