Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Class constructor. Initializes a new instance of the xx class, providing a DataConnection object to the data source.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Dichiarazione
Public Sub New ( _
connection As DataConnection _
)
public AdoDotNetObjectIdentifierConverter(
DataConnection connection
)
public:
AdoDotNetObjectIdentifierConverter(
DataConnection^ connection
)
new :
connection:DataConnection -> AdoDotNetObjectIdentifierConverter
public function AdoDotNetObjectIdentifierConverter(
connection : DataConnection
)
Parameters
- connection
Type: Microsoft.VisualStudio.Data.DataConnection
Connection to the data source object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetObjectIdentifierConverter Class