DelegateGetInstRegPathByName Delegado

Definición

Obtiene un valor si el subárbol del Registro instalado a partir de un nombre de instancia.

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 

Parámetros

sInstanceName
String

Nombre de instancia.

Service
SQL_SVCS

Servicio.

sRegPath
StringBuilder

Ruta de acceso del Registro.

pdwSize
UInt32

Tamaño en bytes.

Valor devuelto

true si el subárbol del Registro instalado a partir de un nombre de instancia; de lo contrario, false.

Se aplica a