DelegateGetSQLDataRootByInstID Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Un Boolean valore contiene la radice dei dati SQL per identificatore dell'istanza.