ObjectStatementCollection.ContainsKey(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定表格是否包含指定的陳述式擁有者。
public:
bool ContainsKey(System::Object ^ statementOwner);
public bool ContainsKey (object statementOwner);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (statementOwner As Object) As Boolean
參數
- statementOwner
- Object
陳述式集合的擁有者。
傳回
如果 statementOwner
在表格中,則為 true
,否則為 false
。
例外狀況
statementOwner
為 null
。