Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the managed assembly object.
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
)
Parameters
- assemblyName
Type: System.String
The name of the assembly.
- className
Type: System.String
The class name.