Share via


DelegateGetSQLBinPathByInstID Délégué

Définition

Représente un chemin d'accès binaire SQL par un identificateur d'une instance.

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

Paramètres

pInstanceID
INST_ID

Pointeur vers l'ID d'instance de l'instance appropriée.

sPath
StringBuilder

Pointeur vers une mémoire tampon destinée à recevoir le chemin d'accès.

pdwSize
UInt32

Retourne la longueur requise si la mémoire tampon fournie est trop petite.

Valeur renvoyée

Une Boolean valeur contient le chemin d’accès binaire SQL par un identificateur instance.

S’applique à