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

適用対象