DelegateGetSQLToolsDirPath 委托

定义

定义了目录路径的SQL服务器工具。

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

参数

sRegPath
StringBuilder

一个弦匠。

pdwSize
UInt32

一个整数值,表示数据大小。

返回值

一个 Boolean 值定义了目录路径的SQL服务器工具。

适用于