Méthode IDTSManagedHelper100.OpenAssembly
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Opens an assembly.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub OpenAssembly ( _
pwszAssemblyName As String, _
mitType As DTS_MANAGED_INFO_TYPE _
)
'Utilisation
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
)
Paramètres
- pwszAssemblyName
Type : System.String
The name of the assembly to open.
- mitType
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE
The managed information type.
Notes
For more information, see ManagedHelper.