DelegateGetSvcBinPathByName 代理人

定義

指定したサービスの種類とインスタンスの表示名によって、特定のサービスのプログラム ファイルのルート ディレクトリを表します。

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

パラメーター

sInstanceName
String

インスタンス名を表す文字列値。

Service
SQL_SVCS

SQL サービス。

sPath
StringBuilder

文字列ビルダー。

pdwSize
UInt32

データ サイズを指定する整数値。

戻り値

特定のサービスのプログラム ファイル ルート ディレクトリを表す Bolean 値。

適用対象