DelegateGetInstRootDirPathByID 代理人

定義

透過代表已安裝的 SQL 元件的實例識別碼取得根目錄路徑。

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

參數

pInstanceID
INST_ID

實例的識別碼。

dirPath
StringBuilder

那個弦匠。

pdwSize
UInt32

一個整數值,用來指定資料大小。

傳回值

一個 Boolean 值包含根目錄路徑,並以實例識別碼表示已安裝的 SQL 元件。

適用於