ManagedHelper.GetNextAppLocalClassOfType(DTS_CLASS_INFO) 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 GetNextAppLocalClassOfType([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_CLASS_INFO % pClassInfo);
public bool GetNextAppLocalClassOfType (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_CLASS_INFO pClassInfo);
abstract member GetNextAppLocalClassOfType : DTS_CLASS_INFO -> bool
override this.GetNextAppLocalClassOfType : DTS_CLASS_INFO -> bool
Public Function GetNextAppLocalClassOfType (ByRef pClassInfo As DTS_CLASS_INFO) As Boolean
Parameters
- pClassInfo
- DTS_CLASS_INFO