IRowsetInfo.GetProperties(Int32, DBPROPIDSET[], Int32, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳該行集所支援的所有屬性的當前設定。
public:
void GetProperties(int cPropertyIDSets, cli::array <Microsoft::VisualBasic::Compatibility::VB6::DBPROPIDSET> ^ rgPropertyIDSets, [Runtime::InteropServices::Out] int % cPropertySets, [Runtime::InteropServices::Out] IntPtr % prgPropertySets);
public void GetProperties(int cPropertyIDSets, Microsoft.VisualBasic.Compatibility.VB6.DBPROPIDSET[] rgPropertyIDSets, out int cPropertySets, out IntPtr prgPropertySets);
abstract member GetProperties : int * Microsoft.VisualBasic.Compatibility.VB6.DBPROPIDSET[] * int * nativeint -> unit
Public Sub GetProperties (cPropertyIDSets As Integer, rgPropertyIDSets As DBPROPIDSET(), ByRef cPropertySets As Integer, ByRef prgPropertySets As IntPtr)
參數
- cPropertyIDSets
- Int32
結構的DBPROPIDSET數量rgPropertyIDSets。
- rgPropertyIDSets
- DBPROPIDSET[]
一堆 DBPROPIDSET 結構。
- cPropertySets
- Int32
一個指向記憶體的指標,用來回傳回傳在 DBPROPSET中的結構數量prgPropertySets。
- prgPropertySets
-
IntPtr
nativeint
一個指向記憶體的指標,用來回傳一組 DBPROPSET 結構的陣列。
備註
Note
命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。