DelegateGetSQLToolsRegPath 代理人

定義

ツールが SQL サーバーに登録されているかどうかを表します。

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

パラメーター

sRegPath
StringBuilder

レジストリ パス。

pdwSize
UInt32

返される構造体の推定サイズ (バイト単位)。

戻り値

true ツールが SQL サーバーに登録されている場合は 。それ以外の場合は false

適用対象