DelegateGetSQLToolsRegPath 대리자

정의

도구가 SQL Server에 등록되어 있는지 여부를 나타냅니다.

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

매개 변수

sRegPath
StringBuilder

레지스트리 경로입니다.

pdwSize
UInt32

반환된 구조체의 예상 크기(바이트)입니다.

반환 값

true 도구가 SQL Server에 등록되어 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상