IDTSManagedHelper150.GetFirstAppLocalClassOfType Method

Definition

public:
 bool GetFirstAppLocalClassOfType(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE mitType, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_CLASS_INFO % pClassInfo);
public bool GetFirstAppLocalClassOfType (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE mitType, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_CLASS_INFO pClassInfo);
abstract member GetFirstAppLocalClassOfType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * DTS_CLASS_INFO -> bool
Public Function GetFirstAppLocalClassOfType (mitType As DTS_MANAGED_INFO_TYPE, ByRef pClassInfo As DTS_CLASS_INFO) As Boolean

Parameters

pClassInfo
DTS_CLASS_INFO

Returns

Applies to