DelegateGetSQLVerSpecificRegString Delegato

Definizione

Rappresenta il valore stringa del Registro di sistema specifico per 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 

Parametri

sRegPath
String

Valore stringa contenente il percorso del Registro di sistema.

sValueName
String

Nome del valore stringa.

sString
StringBuilder

Generatore di stringhe.

pdwSize
UInt32

Valore intero senza segno.

Valore restituito

true se riesce. In caso contrario, false.

Si applica a