DelegateGetSQLReplicationRegPath Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
truese a replicação do SQL registrar o caminho; caso contrário, false .