Partager via


DelegateGetSQLReplicationRegPath Délégué

Définition

Obtient le chemin d'accès au registre de la réplication 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 

Paramètres

sRegPath
StringBuilder

Chemin d’accès du Registre à obtenir.

pdwSize
UInt32

Taille en octets.

Valeur renvoyée

true si la réplication SQL inscrit le chemin d’accès ; sinon, false.

S’applique à