DelegateGetSQLInstanceRegStringByID Delegato

Definizione

Ottiene un valore se la stringa del registro SQL dell'istanza è registrata per ID.

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

Parametri

pInstanceID
INST_ID

L'ID.

sRegPath
String

Il percorso del registro registratore.

sValueName
String

Il valore del nome.

sString
StringBuilder

Il valore della stringa del registro.

pdwSize
UInt32

Dimensione in byte.

Valore restituito

true se la stringa del registro di istanza SQL è registrata tramite ID; altrimenti, false.

Si applica a