다음을 통해 공유


InstAPI.GetSQLReplicationRegPath(StringBuilder, UInt32) 메서드

정의

SQL에 대한 레지스트리 경로의 복사본을 표시합니다.

public:
 static bool GetSQLReplicationRegPath(System::Text::StringBuilder ^ registryPath, System::UInt32 % bufferSize);
public static bool GetSQLReplicationRegPath (System.Text.StringBuilder registryPath, ref uint bufferSize);
static member GetSQLReplicationRegPath : System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetSQLReplicationRegPath (registryPath As StringBuilder, ByRef bufferSize As UInteger) As Boolean

매개 변수

registryPath
StringBuilder

레지스트리 경로를 받기 위한 버퍼에 대한 포인터입니다.

bufferSize
UInt32

버퍼 길이를 제공하기 위한 DWORD 값에 대한 포인터입니다. 제공된 버퍼가 너무 작은 경우 필요한 길이를 반환합니다.

반환

레지스트리 경로의 복사본 또는 복제본입니다.

적용 대상