DelegateGetSQLBinPathByInstID Delegato

Definizione

Rappresenta un percorso binario SQL dall'identificatore di un'istanza.

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

Parametri

pInstanceID
INST_ID

Puntatore all'ID dell'istanza specifica.

sPath
StringBuilder

Un puntatore a un buffer per la ricezione del percorso.

pdwSize
UInt32

Restituisce la lunghezza obbligatoria se il buffer fornito è troppo piccolo.

Valore restituito

Un Boolean valore contiene il percorso binario SQL da un identificatore di istanza.

Si applica a