DelegateGetSQLToolsDirPath 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義了目錄路徑的 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 伺服器工具對目錄路徑的使用。