DataObjectIdentifierConverter 建構函式 (IVsDataConnection)
初始化類別的 DataObjectIdentifierConverter 一個參數化的執行個體,指定資料連接物件。
命名空間: Microsoft.VisualStudio.Data.Framework
組件: Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)
語法
'宣告
Protected Sub New ( _
connection As IVsDataConnection _
)
protected DataObjectIdentifierConverter(
IVsDataConnection connection
)
protected:
DataObjectIdentifierConverter(
IVsDataConnection^ connection
)
new :
connection:IVsDataConnection -> DataObjectIdentifierConverter
protected function DataObjectIdentifierConverter(
connection : IVsDataConnection
)
參數
- connection
型別:Microsoft.VisualStudio.Data.Services.IVsDataConnection
IVsDataConnection 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
DataObjectIdentifierConverter 類別