DelegateGetSQLReplicationRegPath Delegat

Definition

Ruft den SQL-Replikationsregistrierungspfad ab.

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 

Parameter

sRegPath
StringBuilder

Der Pfad der abzurufenden Registrierung.

pdwSize
UInt32

Die Größe in Bytes.

Rückgabewert

true , wenn die SQL-Replikation den Pfad registriert; falseandernfalls .

Gilt für: