DelegateGetSQLInstanceRegStringByID 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SQL instance 레지스트리 문자열이 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
크기(바이트)입니다.
반환 값
trueSQL instance 레지스트리 문자열이 ID로 등록되면 이고, false그렇지 않으면 입니다.