DelegateGetSQLToolsDirPath 대리자

정의

SQL Server 도구의 디렉터리 경로를 정의합니다.

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

매개 변수

sRegPath
StringBuilder

문자열 작성기입니다.

pdwSize
UInt32

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

반환 값

값은 Boolean 디렉터리 경로에 대한 SQL Server 도구를 정의합니다.

적용 대상