DelegateGetSQLReplicationRegPath Delegato

Definizione

Ottiene il percorso del Registro di sistema della replica 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 

Parametri

sRegPath
StringBuilder

Percorso del Registro di sistema da ottenere.

pdwSize
UInt32

Dimensioni in byte.

Valore restituito

true se la replica SQL registra il percorso; in caso contrario, false.

Si applica a