다음을 통해 공유


DelegateGetInstRegPathByName 대리자

정의

레지스트리 하위 트리가 instance 이름에서 설치되었는지 여부를 나타내는 값을 가져옵니다.

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

매개 변수

sInstanceName
String

인스턴스 이름입니다.

Service
SQL_SVCS

서비스입니다.

sRegPath
StringBuilder

레지스트리 경로입니다.

pdwSize
UInt32

크기(바이트)입니다.

반환 값

true레지스트리 하위 트리가 instance 이름에서 설치되면 이고, false그렇지 않으면 입니다.

적용 대상