InstAPI.GetSvcBinPathByName(String, SQL_SVCS, StringBuilder, UInt32) 方法

定义

通过给定的服务类型和友好实例名获取特定服务的程序文件根目录。

public:
 static bool GetSvcBinPathByName(System::String ^ instanceName, Microsoft::SqlServer::SQL_SVCS product, System::Text::StringBuilder ^ directoryPath, System::UInt32 % bufferSize);
public static bool GetSvcBinPathByName(string instanceName, Microsoft.SqlServer.SQL_SVCS product, System.Text.StringBuilder directoryPath, ref uint bufferSize);
static member GetSvcBinPathByName : string * Microsoft.SqlServer.SQL_SVCS * System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetSvcBinPathByName (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

适用于