DelegateGetSQLToolsDirPath 委托

定义

为目录路径定义 SQL Server 工具。

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 Server 工具。

适用于