DelegateGetSvcInstRootRegPathByName 代理人

定義

特定の SQL インスタンスのレジストリ パス ルートが、指定されたフレンドリ インスタンス名で設定されているかどうかを表します。

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

パラメーター

sInstanceName
String

インスタンスの名前。

Service
SQL_SVCS

SQL サービス。

sRegPath
StringBuilder

レジストリ パス。

pdwSize
UInt32

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

戻り値

true 特定の SQL インスタンスのレジストリ パス ルートが、指定されたフレンドリ インスタンス名によって設定されている場合は 。それ以外の場合は false

適用対象