DelegateGetSQLVerSpecificRegString 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.
Representa o valor específico da cadeia de caracteres do Registro para o SQL Server.
public delegate bool DelegateGetSQLVerSpecificRegString(System::String ^ sRegPath, System::String ^ sValueName, StringBuilder ^ sString, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLVerSpecificRegString(string sRegPath, string sValueName, StringBuilder sString, out uint pdwSize);
type DelegateGetSQLVerSpecificRegString = delegate of string * string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLVerSpecificRegString(sRegPath As String, sValueName As String, sString As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parâmetros
- sRegPath
- String
O valor da cadeia de caracteres que contém o caminho do registro.
- sValueName
- String
O nome do valor da cadeia de caracteres.
- sString
- StringBuilder
O construtor de cadeia de caracteres.
- pdwSize
- UInt32
Um valor inteiro sem sinal.
Valor Retornado
true se for bem-sucedido, caso contrário, false.