다음을 통해 공유


DelegateGetSQLReplicationRegPath 대리자

정의

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

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

매개 변수

sRegPath
StringBuilder

가져올 레지스트리의 경로입니다.

pdwSize
UInt32

크기(바이트)입니다.

반환 값

true SQL 복제에서 경로를 등록하면 이고, 그렇지 않으면 입니다 false.

적용 대상