Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Opens the helper assembly.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub OpenAssembly ( _
assemblyName As String, _
type As DTS_MANAGED_INFO_TYPE _
)
'Usage
Dim instance As ManagedHelper
Dim assemblyName As String
Dim type As DTS_MANAGED_INFO_TYPE
instance.OpenAssembly(assemblyName, type)
public void OpenAssembly(
string assemblyName,
DTS_MANAGED_INFO_TYPE type
)
public:
virtual void OpenAssembly(
String^ assemblyName,
DTS_MANAGED_INFO_TYPE type
) sealed
abstract OpenAssembly :
assemblyName:string *
type:DTS_MANAGED_INFO_TYPE -> unit
override OpenAssembly :
assemblyName:string *
type:DTS_MANAGED_INFO_TYPE -> unit
public final function OpenAssembly(
assemblyName : String,
type : DTS_MANAGED_INFO_TYPE
)
Parameters
- assemblyName
Type: System.String
The assembly name.
- type
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE
The type.
Implements
IDTSManagedHelper100.OpenAssembly(String, DTS_MANAGED_INFO_TYPE)