DelegateGetSQLDataRootByInstName Delegato

Definizione

Ottiene la radice dei dati SQL dal nome dell'istanza.

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

Parametri

sInstanceName
String

Valore stringa che rappresenta il nome dell'istanza.

sPath
StringBuilder

Un puntatore a un buffer per la ricezione del percorso.

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 il valore contiene il risultato della radice dati SQL; in caso contrario, false .

Si applica a