DelegateGetInstRootDirPathByID 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
설치된 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 식별자의 루트 디렉터리 경로를 포함합니다.