DelegateGetSQLReplicationRegPath 代理人

定義

SQL レプリケーションのレジストリ パスを取得します。

public delegate bool DelegateGetSQLReplicationRegPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLReplicationRegPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSQLReplicationRegPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLReplicationRegPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

パラメーター

sRegPath
StringBuilder

取得するレジストリのパス。

pdwSize
UInt32

バイト単位のサイズ。

戻り値

true SQL レプリケーションでパスが登録されている場合は 。それ以外の場合は false

適用対象