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

適用於