IDTSManagedHelper140.GetExtensionMappingInfoByCreationName 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.
public:
bool GetExtensionMappingInfoByCreationName(System::String ^ pwszCreationName, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % pExtensionMappingInfo);
public bool GetExtensionMappingInfoByCreationName (string pwszCreationName, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO pExtensionMappingInfo);
abstract member GetExtensionMappingInfoByCreationName : string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function GetExtensionMappingInfoByCreationName (pwszCreationName As String, ByRef pExtensionMappingInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean
Parameters
- pwszCreationName
- String
- pExtensionMappingInfo
- DTS_EXTENSION_MAPPING_INFO