다음을 통해 공유


DelegateGetSQLRootRegPath 대리자

정의

SQL 루트 레지스트리 경로를 가져옵니다.

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

매개 변수

sRegPath
StringBuilder

레지스트리 경로입니다.

pdwSize
UInt32

크기(바이트)입니다.

반환 값

성공하면 true이고, 그러지 않으면 false입니다.

적용 대상