IDTSManagedWrapper100.SetManagedObject Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetManagedObject ( _
assemblyName As String, _
className As String _
)
'Usage
Dim instance As IDTSManagedWrapper100
Dim assemblyName As String
Dim className As String
instance.SetManagedObject(assemblyName, _
className)
void SetManagedObject(
string assemblyName,
string className
)
void SetManagedObject(
[InAttribute] String^ assemblyName,
[InAttribute] String^ className
)
abstract SetManagedObject :
assemblyName:string *
className:string -> unit
function SetManagedObject(
assemblyName : String,
className : String
)