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

适用于