DelegateGetSQLVerSpecificRegString 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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。