DelegateGetSQLToolsDirPath 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.
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
Um Boolean valor define as ferramentas do SQL Server para o caminho do diretório.