ContextDataSourceView.GetDataObjectType(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取要用於刪除、插入和更新作業之資料物件的型別。
protected:
virtual Type ^ GetDataObjectType(Type ^ type);
protected virtual Type GetDataObjectType (Type type);
abstract member GetDataObjectType : Type -> Type
override this.GetDataObjectType : Type -> Type
Protected Overridable Function GetDataObjectType (type As Type) As Type
參數
- type
- Type
要用於作業之物件的資料型別。
傳回
用於刪除、插入或更新作業之資料物件的型別。