Share via


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입니다.

적용 대상