次の方法で共有


DelegateGetInstRegPathByName 代理人

定義

レジストリ サブツリーがインスタンス名からインストールされているかどうかを示す値を取得します。

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

パラメーター

sInstanceName
String

インスタンス名。

Service
SQL_SVCS

サービス。

sRegPath
StringBuilder

レジストリ パス。

pdwSize
UInt32

バイト単位のサイズ。

戻り値

true インスタンス名からインストールされたレジストリ サブツリーの場合は 。それ以外の場合は false

適用対象