ManagedHelper.GetExtensionMappingInfoByCreationName Method

Definition

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

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

Parameters

creationName
String

The name to create.

mapInfo
DTS_EXTENSION_MAPPING_INFO

The mapping info.

Returns

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

Implements

Applies to