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