ADODC.Recordset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
取得或設定指向底層 ADO Recordset 物件的參考。
public:
property ADODB::Recordset ^ Recordset { ADODB::Recordset ^ get(); void set(ADODB::Recordset ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.Browsable(false)]
public ADODB.Recordset Recordset { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Recordset : ADODB.Recordset with get, set
Public Property Recordset As Recordset
屬性值
ADODB.Recordset
一個 ADO Recordset 物件。
- 屬性
備註
透過使用這個 Recordset 屬性,你可以使用 ADO ADODB.Recordset 物件的方法、屬性和事件。
Note
命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。