DelegateGetSvcInstanceRegStringByName 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
instance 특정 레지스트리 트리의 레지스트리 문자열이 친숙한 instance 이름으로 제공되는지 여부를 나타내는 값입니다.
public delegate bool DelegateGetSvcInstanceRegStringByName(System::String ^ sInstanceName, SQL_SVCS Service, System::String ^ sRegPath, System::String ^ sValueName, StringBuilder ^ sString, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstanceRegStringByName(string sInstanceName, SQL_SVCS Service, string sRegPath, string sValueName, StringBuilder sString, out uint pdwSize);
type DelegateGetSvcInstanceRegStringByName = delegate of string * SQL_SVCS * string * string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstanceRegStringByName(sInstanceName As String, Service As SQL_SVCS, sRegPath As String, sValueName As String, sString As StringBuilder, ByRef pdwSize As UInteger) As Boolean
매개 변수
- sInstanceName
- String
instance 이름을 나타내는 String 값입니다.
- Service
- SQL_SVCS
SQL 서비스입니다.
- sRegPath
- String
레지스트리 경로를 받기 위한 버퍼에 대한 포인터입니다.
- sValueName
- String
검색할 값 이름을 포함하는 문자열입니다.
- sString
- StringBuilder
검색할 문자열이 들어 있는 문자열입니다.
- pdwSize
- UInt32
버퍼 길이를 제공하기 위한 DWORD 값에 대한 포인터입니다. 제공된 버퍼가 너무 작은 경우 필요한 길이를 반환합니다.
반환 값
trueinstance 특정 레지스트리 트리의 레지스트리 문자열이 친숙한 instance 이름으로 제공되면 이고, false그렇지 않으면 입니다.