ADODC.getDataMemberName(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 OLE DB DataSource.getDataMemberName 方法。
public:
virtual System::String ^ getDataMemberName(int index) = msdatasrc::DataSource::getDataMemberName;
public string getDataMemberName(int index);
abstract member getDataMemberName : int -> string
override this.getDataMemberName : int -> string
Public Function getDataMemberName (index As Integer) As String
參數
- index
- Int32
資料成員名稱清單的索引。
傳回
A String 描述資料成員名稱。
實作
msdatasrc.DataSource.getDataMemberName(System.Int32)
備註
內部用於回傳資料成員的名稱。ADODC
Note
命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。