DelegateGetInstRegPathByName Délégué

Définition

Obtient une valeur indiquant si la sous-arborescence du Registre est installée à partir d’un nom de instance.

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

Paramètres

sInstanceName
String

Nom de l’instance.

Service
SQL_SVCS

Service.

sRegPath
StringBuilder

Chemin d’accès au Registre.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

truesi la sous-arborescence du Registre est installée à partir d’un nom de instance ; sinon, false.

S’applique à