DelegateGetInstRegPathByID Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la sous-arborescence de registre par un identificateur d'instance qui représente un composant SQL installé.
public delegate bool DelegateGetInstRegPathByID(INST_ID ^ pInstanceID, SQL_SVCS Service, StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstRegPathByID(INST_ID pInstanceID, SQL_SVCS Service, StringBuilder sRegPath, out uint pdwSize);
type DelegateGetInstRegPathByID = delegate of INST_ID * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstRegPathByID(pInstanceID As INST_ID, Service As SQL_SVCS, sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Paramètres
- pInstanceID
- INST_ID
Pointeur vers l'ID d'instance de l'instance appropriée.
- Service
- SQL_SVCS
Service SQL.
- sRegPath
- StringBuilder
Pointeur vers une mémoire tampon destinée à recevoir le chemin d'accès au Registre.
- pdwSize
- UInt32
Pointeur vers une valeur DWORD destinée à fournir la longueur de la mémoire tampon. Retourne la longueur requise si la mémoire tampon fournie est trop petite.
Valeur renvoyée
true s’il représente un composant SQL installé.; sinon, false.