DataObjectIdentifierConverter – konstruktor (IVsDataConnection)
Inicializuje parametry instance DataObjectIdentifierConverter třídy určující datový objekt připojení.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Protected Sub New ( _
connection As IVsDataConnection _
)
protected DataObjectIdentifierConverter(
IVsDataConnection connection
)
protected:
DataObjectIdentifierConverter(
IVsDataConnection^ connection
)
new :
connection:IVsDataConnection -> DataObjectIdentifierConverter
protected function DataObjectIdentifierConverter(
connection : IVsDataConnection
)
Parametry
- connection
Typ: Microsoft.VisualStudio.Data.Services.IVsDataConnection
Objekt IVsDataConnection.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
DataObjectIdentifierConverter Třída