Metodo IDTSManagedHelper100.OpenAssembly

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Opens an assembly.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub OpenAssembly ( _
    pwszAssemblyName As String, _
    mitType As DTS_MANAGED_INFO_TYPE _
)
'Utilizzo
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
)

Parametri

  • pwszAssemblyName
    Tipo: System.String
    The name of the assembly to open.

Osservazioni

For more information, see ManagedHelper.

Vedere anche

Riferimento

IDTSManagedHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper