DelegateGetSQLToolsRegPath Delegato

Definizione

Indica se gli strumenti sono registrati per 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 

Parametri

sRegPath
StringBuilder

Percorso del Registro di sistema.

pdwSize
UInt32

Dimensione stimata della struttura restituita, in byte.

Valore restituito

true se gli strumenti sono registrati per SQL Server; in caso contrario, false.

Si applica a