DelegateGetSQLBinPathByInstID 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.
Representa um caminho binário de SQL por um identificador de instância.
public delegate bool DelegateGetSQLBinPathByInstID(INST_ID ^ pInstanceID, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLBinPathByInstID(INST_ID pInstanceID, StringBuilder sPath, out uint pdwSize);
type DelegateGetSQLBinPathByInstID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLBinPathByInstID(pInstanceID As INST_ID, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parâmetros
- pInstanceID
- INST_ID
Um ponteiro para a ID da instância pertinente.
- sPath
- StringBuilder
Um ponteiro para um buffer para recebimento do caminho.
- pdwSize
- UInt32
Retornará o comprimento exigido se o buffer fornecido for muito pequeno.
Valor Retornado
Um Boolean valor contém o caminho binário SQL por um identificador de instância.