DelegateGetInstRootDirPathByID 委托

定义

通过表示已安装的 SQL 组件的实例标识符获取根目录路径。

public delegate bool DelegateGetInstRootDirPathByID(INST_ID ^ pInstanceID, StringBuilder ^ dirPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstRootDirPathByID(INST_ID pInstanceID, StringBuilder dirPath, out uint pdwSize);
type DelegateGetInstRootDirPathByID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstRootDirPathByID(pInstanceID As INST_ID, dirPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

参数

pInstanceID
INST_ID

实例的标识符。

dirPath
StringBuilder

字符串生成器。

pdwSize
UInt32

指定数据大小的一个整数值。

返回值

Boolean值包含由表示已安装 SQL 组件的实例标识符的根目录路径。

适用于