IDTSManagedHelper150.GetExtensionMappingInfo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
bool GetExtensionMappingInfo(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE mitType, System::String ^ pwszIdentifier, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % pExtensionMappingInfo);
public bool GetExtensionMappingInfo (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE mitType, string pwszIdentifier, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO pExtensionMappingInfo);
abstract member GetExtensionMappingInfo : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function GetExtensionMappingInfo (mitType As DTS_MANAGED_INFO_TYPE, pwszIdentifier As String, ByRef pExtensionMappingInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean
Parameter
- mitType
- DTS_MANAGED_INFO_TYPE
- pwszIdentifier
- String
- pExtensionMappingInfo
- DTS_EXTENSION_MAPPING_INFO