DelegateGetInstRegPathByName Delegar

Definição

Obtém um valor se a subárvore do Registro instalada a partir de um nome de instância.

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

O nome de instância.

Service
SQL_SVCS

O serviço.

sRegPath
StringBuilder

O caminho do Registro.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

true se a subárvore do Registro instalada a partir de um nome de instância; caso contrário, false.

Aplica-se a