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