InstAPI.GetSQLToolsRegPath(StringBuilder, UInt32) Método

Definição

Recupera a raiz do Registro para a ferramenta do SQL Server.

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

Parâmetros

registryPath
StringBuilder

Um ponteiro para um buffer para recebimento do caminho do Registro.

bufferSize
UInt32

Um ponteiro para um valor DWORD para fornecimento do comprimento do buffer. Retornará o comprimento exigido se o buffer fornecido for muito pequeno.

Retornos

true, se a chamada for bem-sucedida; caso contrário, false.

Aplica-se a