DelegateGetSvcBinPathByID Delegar

Definição

Representa se o diretório raiz do arquivo de programa está definido pelo tipo de serviço e pela ID de instância fornecidos.

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

Parâmetros

pInstanceID
INST_ID

A ID da instância.

Service
SQL_SVCS

O serviço a ser obtido.

sPath
StringBuilder

O local do serviço.

pdwSize
UInt32

O tamanho em bytes.

Valor Retornado

Boolean

trueSe o diretório raiz do arquivo de programa for definido pelo tipo de serviço e pela ID de instância fornecidos; othwerwise, false .

Aplica-se a