DelegateGetSQLToolsDirPath Delegado

Definición

Define las herramientas del servidor SQL Server de la ruta de acceso del directorio.

public delegate bool DelegateGetSQLToolsDirPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLToolsDirPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSQLToolsDirPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLToolsDirPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parámetros

sRegPath
StringBuilder

Generador de cadenas.

pdwSize
UInt32

Valor de tipo Integer que especifica el tamaño de los datos.

Valor devuelto

Un Boolean valor define las herramientas de SQL Server para la ruta de acceso del directorio.

Se aplica a