DelegateGetSvcBinPathByName 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定服務類型及友善實例名稱表示特定服務的程式檔案根目錄。
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 值。