DelegateGetSQLDataRootByInstID 代理人

定義

透過實例識別碼取得 SQL 資料的根源。

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 

參數

pInstanceID
INST_ID

實例ID。

sPath
StringBuilder

指定的路徑。

pdwSize
UInt32

回傳結構的估計大小,以位元組為單位。

傳回值

一個 Boolean 值依實例識別碼包含 SQL 資料的根。

適用於