DelegateGetSQLInstanceRegStringByID 代理人

定義

SQL インスタンス レジストリ文字列が ID によって登録されているかどうかを示す値を取得します。

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

パラメーター

pInstanceID
INST_ID

ID。

sRegPath
String

レジストリ パス。

sValueName
String

名前の値です。

sString
StringBuilder

レジストリの文字列値。

pdwSize
UInt32

バイト単位のサイズ。

戻り値

true SQL インスタンス レジストリ文字列が ID によって登録されている場合は 。それ以外の場合は false

適用対象