共用方式為


DataProviderNameConverter.GetStandardValues(ITypeDescriptorContext) 方法

定義

針對 .NET Framework (ADO.NET) 提供者名稱,傳回可用的 ActiveX® Data Objects (ADO) 清單。

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

參數

context
ITypeDescriptorContext

實作 ITypeDescriptorContext 的物件,提供內容相關資訊給型別轉換子 (Type Converter),讓型別轉換子執行轉換。

傳回

包含可用 ADO.NET 提供者之名稱的 TypeConverter.StandardValuesCollection

備註

方法 GetStandardValuesGetFactoryClasses 使用 方法傳回包含 DataTable ADO.NET 提供者名稱的物件。 它會將此 DataTable 轉換成字串陣列,然後將這個陣列 TypeConverter.StandardValuesCollection 轉換成 物件。

參數 context 不會由 GetStandardValues 使用。

適用於

另請參閱