Partager via


DelegateGetSvcInstRootDirPathByName Délégué

Définition

Représente la racine du chemin d'accès au répertoire pour une instance SQL spécifique par le nom d'instance convivial donné.

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

Paramètres

sInstanceName
String

Nom de l’instance.

Service
SQL_SVCS

Chaîne de caractères dans le SQL Server.

sPath
StringBuilder

Emplacement du fichier de configuration.

pdwSize
UInt32

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

Valeur renvoyée

true si pour obtenir la racine du chemin d’accès au répertoire par nom ; sinon, false.

S’applique à