DelegateGetSQLVerSpecificRegString 代理人

定義

SQLサーバーの特定のレジストリ文字列の値を表します。

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

適用対象