DataProviderNameConverter.GetStandardValues(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對 .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。
備註
方法 GetStandardValues 會 GetFactoryClasses 使用 方法傳回包含 DataTable ADO.NET 提供者名稱的物件。 它會將此 DataTable 轉換成字串陣列,然後將這個陣列 TypeConverter.StandardValuesCollection 轉換成 物件。
參數 context
不會由 GetStandardValues 使用。