DelegateGetSQLBinPathByInstID Delegar

Definição

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

Boolean

Um Boolean valor contém o caminho binário SQL por um identificador de instância.

Aplica-se a