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値です。

適用対象