ManagedHelper.TryGetExtensionTypeConverterMappingInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value to manage the extension type converter for the mapping information.
public:
bool TryGetExtensionTypeConverterMappingInfo(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE type, System::String ^ identifier, System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool TryGetExtensionTypeConverterMappingInfo (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE type, string identifier, string name, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
member this.TryGetExtensionTypeConverterMappingInfo : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionTypeConverterMappingInfo (type As DTS_MANAGED_INFO_TYPE, identifier As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean
Parameters
The managed data type information.
- identifier
- String
The identifier.
- name
- String
The name.
- mapInfo
- DTS_EXTENSION_MAPPING_INFO
The mapping info.
Returns
true to manage the extension type converter for the mapping information; otherwise, false.