DelegateGetSQLToolsRegPath Delegado

Definición

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.

Se aplica a