DelegateGetSQLToolsRegPath Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa si las herramientas están registradas para 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
Ruta de acceso del Registro.
- pdwSize
- UInt32
Tamaño estimado de la estructura devuelta, en bytes.
Valor devuelto
true si las herramientas están registradas para el servidor SQL Server; de lo contrario, false.