DelegateGetInstRootDirPathByID 代理人

定義

インストールされた SQL コンポーネントを表すインスタンス識別子によって、ルート ディレクトリ パスを取得します。

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

パラメーター

pInstanceID
INST_ID

インスタンスの識別子。

dirPath
StringBuilder

文字列ビルダー。

pdwSize
UInt32

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

戻り値

Boolean値には、インストールされている SQL コンポーネントを表すインスタンス識別子によるルート ディレクトリ パスが含まれます。

適用対象