資料來源物件介面
下表顯示 OLE DB 為數據源物件定義的強制和選擇性介面。
介面 | 是必要的嗎? | 由 OLE DB 範本實作? |
---|---|---|
IDBCreateSession |
必要 | Yes |
IDBInitialize |
必要 | Yes |
IDBProperties |
必要 | Yes |
IPersist | 必要 | Yes |
IConnectionPointContainer | 選擇性 | No |
IDBDataSourceAdmin |
選擇性 | No |
IDBInfo |
選擇性 | No |
IPersistFile | 選擇性 | No |
ISupportErrorInfo |
選擇性 | No |
數據源物件會透過繼承來實作 IDBProperties
、 IDBInitialize
和 IDBCreateSession
介面。 您可以選擇繼承或不繼承其中一個實作類別,以支援其他功能。 如果您想要支援 IDBDataSourceAdmin
介面,您必須繼承自 IDBDataSourceAdminImpl
類別。