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

適用於