IDTSManagedWrapper100.SetManagedObject(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the managed assembly object.
public:
void SetManagedObject(System::String ^ assemblyName, System::String ^ className);
[System.Runtime.InteropServices.DispId(1)]
public void SetManagedObject (string assemblyName, string className);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member SetManagedObject : string * string -> unit
Public Sub SetManagedObject (assemblyName As String, className As String)
Parameters
- assemblyName
- String
The name of the assembly.
- className
- String
The class name.
- Attributes