InstAPI.GetSvcInstRootDirPathByName 方法

定義

透過指定的友善實例名稱,取得特定 SQL 實例的目錄路徑根。

public:
 static bool GetSvcInstRootDirPathByName(System::String ^ instanceName, Microsoft::SqlServer::SQL_SVCS product, System::Text::StringBuilder ^ directoryPath, System::UInt32 % bufferSize);
public static bool GetSvcInstRootDirPathByName(string instanceName, Microsoft.SqlServer.SQL_SVCS product, System.Text.StringBuilder directoryPath, ref uint bufferSize);
static member GetSvcInstRootDirPathByName : string * Microsoft.SqlServer.SQL_SVCS * System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetSvcInstRootDirPathByName (instanceName As String, product As SQL_SVCS, directoryPath As StringBuilder, ByRef bufferSize As UInteger) As Boolean

參數

instanceName
String

一個 String 代表實例名稱的值。

product
SQL_SVCS

SQL 服務。

directoryPath
StringBuilder

一個指向緩衝區的指標,用來接收路徑。

bufferSize
UInt32

一個指向 DWORD 值的指標,用以提供緩衝區的長度。 若緩衝區太小,則回傳所需長度。

傳回

true若呼叫成功;否則,。 false

適用於