DelegateGetInstRootDirPathByID Delegar

Definição

Obtém o caminho do diretório raiz por um identificador de instância que representa um componente SQL instalado.

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

Parâmetros

pInstanceID
INST_ID

O identificador de uma instância.

dirPath
StringBuilder

O construtor de cadeia de caracteres.

pdwSize
UInt32

Um valor integer que especifica o tamanho dos dados.

Valor Retornado

Boolean

Um Boolean valor contém o caminho do diretório raiz por um identificador de instância que representa um componente do SQL instalado.

Aplica-se a