Partager via


DelegateGetSvcInstRootRegPathByName Délégué

Définition

Indique si la racine du chemin d’accès au Registre d’un instance SQL spécifique est définie par le nom de instance convivial donné.

public delegate bool DelegateGetSvcInstRootRegPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstRootRegPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSvcInstRootRegPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstRootRegPathByName(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 SQL.

sRegPath
StringBuilder

Chemin d’accès au Registre.

pdwSize
UInt32

Taille estimée de la structure retournée, en octets.

Valeur renvoyée

truesi la racine du chemin d’accès au Registre d’un instance SQL spécifique est définie par le nom de instance convivial donné ; sinon, false.

S’applique à