共用方式為


DynamicType 類別

代表在執行階段可以修改其結構的物件。

繼承階層架構

System.MarshalByRefObject
  Microsoft.BusinessData.Runtime.DynamicType

命名空間:  Microsoft.BusinessData.Runtime
組件:  Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)

語法

'宣告
Public NotInheritable Class DynamicType _
    Inherits MarshalByRefObject _
    Implements IDictionary, ICollection, IEnumerable, IXmlSerializable
'用途
Dim instance As DynamicType
public sealed class DynamicType : MarshalByRefObject, 
    IDictionary, ICollection, IEnumerable, IXmlSerializable

備註

這個類型可用於的組件和.Net 搭配使用的組件連接器時不是靜態外部系統的資料結構。在Business Data Connectivity (BDC) service預設類型反映程式可以使用DynamicType位於複雜的.Net 結構。

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

DynamicType 成員

Microsoft.BusinessData.Runtime 命名空間