IDTSManagedHelper100.OpenAssembly(String, DTS_MANAGED_INFO_TYPE) 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.
Opens an assembly.
public:
void OpenAssembly(System::String ^ pwszAssemblyName, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE mitType);
public void OpenAssembly (string pwszAssemblyName, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE mitType);
abstract member OpenAssembly : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE -> unit
Public Sub OpenAssembly (pwszAssemblyName As String, mitType As DTS_MANAGED_INFO_TYPE)
Parameters
- pwszAssemblyName
- String
The name of the assembly to open.
- mitType
- DTS_MANAGED_INFO_TYPE
The managed information type.
Remarks
For more information, see ManagedHelper.