ProxyGenerationResult.CompiledBytes 屬性
取得或設定 proxy 編譯程式碼 (可能代表一或多個 System.Reflection.Assemblies) 的二進位位元組。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Property CompiledBytes As Byte()
Get
Set
'用途
Dim instance As ProxyGenerationResult
Dim value As Byte()
value = instance.CompiledBytes
instance.CompiledBytes = value
public byte[] CompiledBytes { get; set; }
屬性值
類型:[]
已編譯的 proxy 程式碼的二進位資料。
備註
多組件會合併為單一位元組的集合。