次の方法で共有


IDTSManagedHelper100.GetExtensionMappingInfoByCreationName メソッド

定義

作成名を使用して拡張子マッピング情報を取得します。

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

パラメーター

pwszCreationName
String

作成名です。

pExtensionMappingInfo
DTS_EXTENSION_MAPPING_INFO

拡張子マッピングの情報です

戻り値

拡張子マッピングの情報です。

適用対象