DelegateGetInstRootDirPathByID 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 le chemin d'accès au répertoire racine par un identificateur d'instance qui représente un composant SQL installé.
public delegate bool DelegateGetInstRootDirPathByID(INST_ID ^ pInstanceID, StringBuilder ^ dirPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstRootDirPathByID(INST_ID pInstanceID, StringBuilder dirPath, out uint pdwSize);
type DelegateGetInstRootDirPathByID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstRootDirPathByID(pInstanceID As INST_ID, dirPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Paramètres
- pInstanceID
- INST_ID
Identificateur d’un instance.
- dirPath
- StringBuilder
Générateur de chaînes.
- pdwSize
- UInt32
Valeur integer qui spécifie la taille des données.
Valeur renvoyée
Une Boolean valeur contient le chemin du répertoire racine par un identificateur de instance qui représente un composant SQL installé.