DelegateGetSvcBinPathByID Delegar

Definição

Representa se o diretório raiz do arquivo de programa é definido pelo tipo de serviço fornecido e pela ID da instância.

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

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

Aplica-se a