DelegateGetSQLReplicationRegPath Delegar

Definição

Obtém o caminho de registro de replicação do 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

O caminho do registro a ser obtido.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

Boolean

truese a replicação do SQL registrar o caminho; caso contrário, false .

Aplica-se a