DelegateGetSQLReplicationRegPath Delegado

Definición

Obtiene la ruta de acceso del Registro de replicación de 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 

Parámetros

sRegPath
StringBuilder

Ruta de acceso del registro que se va a obtener.

pdwSize
UInt32

Tamaño en bytes.

Valor devuelto

true si la replicación de SQL registra la ruta de acceso; de lo contrario, false.

Se aplica a