DelegateGetSvcInstRootDirPathByName 代理人

定義

指定したインスタンスの表示名によって、特定の SQL インスタンスのディレクトリ パス ルートを表します。

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

パラメーター

sInstanceName
String

インスタンス名。

Service
SQL_SVCS

SQL Server内の文字の文字列。

sPath
StringBuilder

構成ファイルの場所です。

pdwSize
UInt32

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

戻り値

true ディレクトリ パスルートを名前で取得する場合は 。それ以外の場合は false

適用対象