Método IDTSManagedHelper100.OpenAssembly
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Opens an assembly.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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.
Comentários
For more information, see ManagedHelper.