DelegateGetSvcInstanceRegStringByName 대리자

정의

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그렇지 않으면 입니다.

적용 대상