DelegateGetSQLToolsDirPath 代理人

定義

定義了目錄路徑的 SQL 伺服器工具。

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

參數

sRegPath
StringBuilder

一個弦樂製造者。

pdwSize
UInt32

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

傳回值

一個 Boolean 值定義了 SQL 伺服器工具對目錄路徑的使用。

適用於