Partager via


DelegateGetSQLInstanceRegStringByID Délégué

Définition

Obtient une valeur indiquant si la chaîne de Registre SQL instance est inscrite par ID.

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

Paramètres

pInstanceID
INST_ID

ID.

sRegPath
String

Chemin d’accès au Registre.

sValueName
String

Valeur du nom.

sString
StringBuilder

Valeur de chaîne du Registre.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

truesi la chaîne de Registre SQL instance est inscrite par ID ; sinon, false.

S’applique à