DelegateGetSQLToolsDirPath Delegar

Definição

Define as ferramentas do SQL Server para o caminho do diretório.

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 

Parâmetros

sRegPath
StringBuilder

Um construtor de cadeias de caracteres.

pdwSize
UInt32

Um valor integer que especifica o tamanho dos dados.

Valor Retornado

Boolean

Um Boolean valor define as ferramentas do SQL Server para o caminho do diretório.

Aplica-se a