DelegateGetSvcBinPathByID 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.
Indique si le répertoire racine du fichier programme est défini par le type de service et l’ID de instance donnés.
public delegate bool DelegateGetSvcBinPathByID(INST_ID ^ pInstanceID, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByID(INST_ID pInstanceID, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByID = delegate of INST_ID * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByID(pInstanceID As INST_ID, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Paramètres
- pInstanceID
- INST_ID
ID de l'instance.
- Service
- SQL_SVCS
Le service à obtenir.
- sPath
- StringBuilder
Emplacement du service.
- pdwSize
- UInt32
Taille en octets.
Valeur renvoyée
truesi le répertoire racine du fichier programme est défini par le type de service et l’ID de instance donnés ; sinon, false.