Linguaggio

IDTSManagedHelper100.OpenAssembly(String, DTS_MANAGED_INFO_TYPE) Metodo

Definizione

Apre un'assemblea.

public:
 void OpenAssembly(System::String ^ pwszAssemblyName, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE mitType);
public void OpenAssembly(string pwszAssemblyName, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE mitType);
abstract member OpenAssembly : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE -> unit
Public Sub OpenAssembly (pwszAssemblyName As String, mitType As DTS_MANAGED_INFO_TYPE)

Parametri

pwszAssemblyName
String

Il nome dell'assemblea da aprire.

mitType
DTS_MANAGED_INFO_TYPE

Il tipo di informazione gestita.

Commenti

Per altre informazioni, vedere ManagedHelper.

Si applica a