DelegateGetSQLToolsRegPath Delegar

Definição

Representa se as ferramentas estão registradas para o SQL Server.

public delegate bool DelegateGetSQLToolsRegPath(StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLToolsRegPath(StringBuilder sRegPath, out uint pdwSize);
type DelegateGetSQLToolsRegPath = delegate of StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLToolsRegPath(sRegPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parâmetros

sRegPath
StringBuilder

O caminho do registro.

pdwSize
UInt32

O tamanho estimado da estrutura retornada, em bytes.

Valor Retornado

Boolean

trueSe as ferramentas estiverem registradas para o SQL Server; caso contrário, false .

Aplica-se a