DelegateGetSQLVerSpecificRegString 委托

定义

表示 SQL Server 的特定注册表字符串值。

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

参数

sRegPath
String

包含注册表路径的字符串值。

sValueName
String

字符串值名称。

sString
StringBuilder

字符串生成器。

pdwSize
UInt32

一个无符号整数值。

返回值

如果成功,则为 true;否则为 false

适用于