IDTSManagedHelper140.GetExtensionMappingInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- mitType
- DTS_MANAGED_INFO_TYPE
- pwszIdentifier
- String
- pExtensionMappingInfo
- DTS_EXTENSION_MAPPING_INFO