Creates a DataObjectIdentifierConverter object instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overridable Function CreateObjectIdentifierConverter As DataObjectIdentifierConverter
'使用
Dim returnValue As DataObjectIdentifierConverter
returnValue = Me.CreateObjectIdentifierConverter()
protected virtual DataObjectIdentifierConverter CreateObjectIdentifierConverter()
protected:
virtual DataObjectIdentifierConverter^ CreateObjectIdentifierConverter()
protected function CreateObjectIdentifierConverter() : DataObjectIdentifierConverter
Return Value
Type: Microsoft.VisualStudio.Data.DataObjectIdentifierConverter
Returns a DataObjectIdentifierConverter object instance.
Remarks
The base implementation creates an AdoDotNetObjectIdentifierConverter instance.
Permissions
- 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
AdoDotNetConnectionSupport Class