InstAPI.GetSQLReplicationRegPath(StringBuilder, UInt32) Metodo

Definizione

Mostra una copia del percorso del Registro di sistema per 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

Parametri

registryPath
StringBuilder

Un puntatore a un buffer per la ricezione del percorso del Registro di sistema.

bufferSize
UInt32

Un puntatore a un valore DWORD per fornire la lunghezza del buffer. Restituisce la lunghezza obbligatoria se il buffer fornito è troppo piccolo.

Restituisce

Una copia o una replica del percorso del Registro di sistema.

Si applica a