DelegateGetSQLRootRegPath 代理人

定義

取得 SQL 根登錄檔路徑

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

參數

sRegPath
StringBuilder

登錄路徑。

pdwSize
UInt32

以位元組為單位的大小。

傳回值

如果成功即為 true;否則為 false

適用於