ObjectStatementCollection.Populate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用陳述式擁有者或陳述式擁有者集合填入陳述式表格。
多載
Populate(ICollection) |
使用陳述式擁有者的集合填入陳述式表格。 |
Populate(Object) |
使用陳述式擁有者填入陳述式表格。 |
Populate(ICollection)
使用陳述式擁有者的集合填入陳述式表格。
public:
void Populate(System::Collections::ICollection ^ statementOwners);
public void Populate (System.Collections.ICollection statementOwners);
member this.Populate : System.Collections.ICollection -> unit
Public Sub Populate (statementOwners As ICollection)
參數
- statementOwners
- ICollection
要加入表格的陳述式擁有者集合。
例外狀況
statementOwner
為 null
。
備註
如果您是語句內容的建立者,如果您想要使用語句數據表來儲存特定物件的值,您應該呼叫 Populate 方法。