DelegateGetSQLToolsDirPath 代理人

定義

ディレクトリ パスの SQL Server ツールを定義します。

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

データ サイズを示す integer 値を指定します。

戻り値

値は Boolean 、ディレクトリ パスの SQL Server ツールを定義します。

適用対象