DelegateGetInstRegPathByName Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um valor se a subárvore do registro está 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
truese a subárvore do registro estiver instalada a partir de um nome de instância; caso contrário, false .