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

适用于