DelegateGetSQLDataRootByInstID Delegato

Definizione

Ottiene la radice dei dati SQL dall'identificatore dell'istanza.

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

Parametri

pInstanceID
INST_ID

ID dell'istanza.

sPath
StringBuilder

Percorso specificato.

pdwSize
UInt32

Dimensioni stimate della struttura restituita, in byte.

Valore restituito

Boolean

Un Boolean valore contiene la radice dei dati SQL per identificatore dell'istanza.

Si applica a