ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName Method

Definition

Returns a value to manage the extension type converter for the mapping information by creating a name.

public:
 bool TryGetExtensionTypeConverterMappingInfoByCreationName(System::String ^ creationName, System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool TryGetExtensionTypeConverterMappingInfoByCreationName (string creationName, string name, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
member this.TryGetExtensionTypeConverterMappingInfoByCreationName : string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionTypeConverterMappingInfoByCreationName (creationName As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean

Parameters

creationName
String

The name to create.

name
String

The name.

mapInfo
DTS_EXTENSION_MAPPING_INFO

The mapping info.

Returns

true to manage the extension type converter for the mapping information by creating a name; otherwise, false.

Applies to