DelegateGetSQLBinPathByInstID 代理人

定義

インスタンス識別子で SQL バイナリ パスを表します。

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

パラメーター

pInstanceID
INST_ID

関連するインスタンスのインスタンス ID を指すポインター。

sPath
StringBuilder

パスを受け取るバッファーを指すポインター。

pdwSize
UInt32

指定したバッファーが小さすぎる場合は、必要な長さを返します。

戻り値

Boolean値には、インスタンス識別子による SQL バイナリ パスが含まれます。

適用対象