DelegateGetSQLToolsRegPath Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa se as ferramentas estão registradas para o SQL Server.
public delegate bool DelegateGetSQLToolsRegPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLToolsRegPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSQLToolsRegPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLToolsRegPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parâmetros
- sRegPath
- StringBuilder
O caminho do registro.
- pdwSize
- UInt32
O tamanho estimado da estrutura retornada, em bytes.
Valor Retornado
trueSe as ferramentas estiverem registradas para o SQL Server; caso contrário, false .