InstAPI.GetSQLReplicationRegPath(StringBuilder, UInt32) Método

Definición

Muestra una copia de la ruta de acceso del Registro para 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

Parámetros

registryPath
StringBuilder

Puntero a un búfer para recibir la ruta de acceso del Registro.

bufferSize
UInt32

Puntero a un valor DWORD para proporcionar la longitud del búfer. Devuelve la longitud requerida si el búfer proporcionado es demasiado pequeño.

Devoluciones

Copia o replicación de la ruta de acceso del Registro.

Se aplica a