DelegateGetInstRootDirPathByID 대리자

정의

설치된 SQL 구성 요소를 나타내는 인스턴스 식별자로 루트 디렉터리 경로를 가져옵니다.

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

매개 변수

pInstanceID
INST_ID

instance 식별자입니다.

dirPath
StringBuilder

문자열 작성기입니다.

pdwSize
UInt32

데이터 크기를 지정하는 정수 값입니다.

반환 값

Boolean 값은 설치된 SQL 구성 요소를 나타내는 instance 식별자의 루트 디렉터리 경로를 포함합니다.

적용 대상