DelegateGetSQLDataRootByInstName 代理人

定義

インスタンス名で SQL データ ルートを取得します。

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

パラメーター

sInstanceName
String

インスタンス名を表す String 値。

sPath
StringBuilder

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

pdwSize
UInt32

バッファーの長さを指定する DWORD 値を指すポインター。 指定したバッファーが小さすぎる場合は、必要な長さを返します。

戻り値

true 値に SQL データ ルートの結果が含まれている場合は 。それ以外の場合は false

適用対象