ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName 方法

定义

返回一个值,该值用于通过创建名称来管理映射信息的扩展类型转换器。

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

参数

creationName
String

要创建的名称。

name
String

名称。

mapInfo
DTS_EXTENSION_MAPPING_INFO

映射信息。

返回

Boolean

为 true,通过创建名称来管理映射信息的扩展类型转换器;否则为 false。

适用于