ManagedHelper.GetFirstAppLocalClassOfType 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.
public:
virtual 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
override this.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
- mitType
- DTS_MANAGED_INFO_TYPE
- pClassInfo
- DTS_CLASS_INFO