다음을 통해 공유


DelegateGetSvcBinPathByID 대리자

정의

프로그램 파일 루트 디렉터리가 지정된 서비스 유형 및 instance ID로 설정되었는지 여부를 나타냅니다.

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

매개 변수

pInstanceID
INST_ID

인스턴스 ID입니다.

Service
SQL_SVCS

가져올 서비스입니다.

sPath
StringBuilder

서비스의 위치입니다.

pdwSize
UInt32

크기(바이트)입니다.

반환 값

true프로그램 파일 루트 디렉터리가 지정된 서비스 유형 및 instance ID로 설정되면 이고, false그렇지 않으면 입니다.

적용 대상