IDTSManagedHelper100.OpenAssembly Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Opens an assembly.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub OpenAssembly ( _
pwszAssemblyName As String, _
mitType As DTS_MANAGED_INFO_TYPE _
)
'Uso
Dim instance As IDTSManagedHelper100
Dim pwszAssemblyName As String
Dim mitType As DTS_MANAGED_INFO_TYPE
instance.OpenAssembly(pwszAssemblyName, _
mitType)
void OpenAssembly(
string pwszAssemblyName,
DTS_MANAGED_INFO_TYPE mitType
)
void OpenAssembly(
[InAttribute] String^ pwszAssemblyName,
[InAttribute] DTS_MANAGED_INFO_TYPE mitType
)
abstract OpenAssembly :
pwszAssemblyName:string *
mitType:DTS_MANAGED_INFO_TYPE -> unit
function OpenAssembly(
pwszAssemblyName : String,
mitType : DTS_MANAGED_INFO_TYPE
)
Parámetros
- pwszAssemblyName
Tipo: System.String
The name of the assembly to open.
- mitType
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE
The managed information type.
Comentarios
For more information, see ManagedHelper.