DelegateGetSQLBinPathByInstID 委托

定义

通过实例标识符表示 SQL 二进制路径。

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

参数

pInstanceID
INST_ID

一个指向相关实例的实例 ID 的指针。

sPath
StringBuilder

一个指向用于接收路径的缓冲区的指针。

pdwSize
UInt32

如果提供的缓冲区太小,则返回所需长度。

返回值

Boolean 包含实例标识符的 SQL 二进制路径。

适用于