DelegateGetSvcInstanceRegStringByName Delegato

Definizione

Rappresenta un valore che indica se la stringa del registro di sistema di un albero del registro di sistema specifico dell'istanza viene fornita dal nome descrittivo

public delegate bool DelegateGetSvcInstanceRegStringByName(System::String ^ sInstanceName, SQL_SVCS Service, System::String ^ sRegPath, System::String ^ sValueName, StringBuilder ^ sString, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstanceRegStringByName(string sInstanceName, SQL_SVCS Service, string sRegPath, string sValueName, StringBuilder sString, out uint pdwSize);
type DelegateGetSvcInstanceRegStringByName = delegate of string * SQL_SVCS * string * string * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstanceRegStringByName(sInstanceName As String, Service As SQL_SVCS, sRegPath As String, sValueName As String, sString As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parametri

sInstanceName
String

Valore stringa che rappresenta il nome dell'istanza.

Service
SQL_SVCS

Servizio SQL.

sRegPath
String

Un puntatore a un buffer per la ricezione del percorso del Registro di sistema.

sValueName
String

Una stringa che contiene il nome del valore da recuperare.

sString
StringBuilder

Stringa che contiene la stringa da recuperare.

pdwSize
UInt32

Un puntatore a un valore DWORD per fornire la lunghezza del buffer. Restituisce la lunghezza obbligatoria se il buffer fornito è troppo piccolo.

Valore restituito

Boolean

trueSe la stringa del registro di sistema da un albero del registro di sistema specifico dell'istanza viene assegnata tramite un nome descrittivo in caso contrario, false .

Si applica a