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

適用対象