DelegateGetSvcInstRootDirPathByName 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の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。