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

定义

根据给定的友好实例名称检索特定 SQL 实例和服务的注册表路径。

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

参数

instanceName
String

一个表示实例名称的 String 值。

product
SQL_SVCS

SQL 服务。

registryPath
StringBuilder

一个指向用于接收注册表路径的缓冲区的指针。

bufferSize
UInt32

一个指向用于提供缓冲区长度的 DWORD 值的指针。 如果提供的缓冲区太小,则返回所需长度。

返回

如果调用成功,则为 true;否则为 false

适用于