Partager via


DelegateGetSQLToolsRegPath Délégué

Définition

Indique si les outils sont inscrits pour le serveur 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 

Paramètres

sRegPath
StringBuilder

Chemin d’accès au Registre.

pdwSize
UInt32

Taille estimée de la structure retournée, en octets.

Valeur renvoyée

true si les outils sont inscrits pour le serveur SQL Server ; sinon, false.

S’applique à