DelegateGetSQLToolsDirPath Delegato

Definizione

Definisce gli strumenti di SQL Server per il percorso di directory.

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

Parametri

sRegPath
StringBuilder

Generatore di stringhe.

pdwSize
UInt32

Valore intero che specifica le dimensioni dei dati.

Valore restituito

Un Boolean valore definisce gli strumenti di SQL Server per il percorso della directory.

Si applica a