次の方法で共有


InstAPI.GetSQLReplicationRegPath(StringBuilder, UInt32) メソッド

定義

SQL のレジストリ パスのコピーを表示します。

public:
 static bool GetSQLReplicationRegPath(System::Text::StringBuilder ^ registryPath, System::UInt32 % bufferSize);
public static bool GetSQLReplicationRegPath (System.Text.StringBuilder registryPath, ref uint bufferSize);
static member GetSQLReplicationRegPath : System.Text.StringBuilder * uint32 -> bool
Public Shared Function GetSQLReplicationRegPath (registryPath As StringBuilder, ByRef bufferSize As UInteger) As Boolean

パラメーター

registryPath
StringBuilder

レジストリ パスを受け取るバッファーを指すポインター。

bufferSize
UInt32

バッファーの長さを指定する DWORD 値を指すポインター。 指定したバッファーが小さすぎる場合は、必要な長さを返します。

戻り値

SQL のレジストリ パスのコピーまたはレプリケーション。

適用対象