DelegateGetSvcBinPathByID Delegado

Definición

Representa si el directorio raíz del archivo de programa está establecido por el tipo de servicio y el identificador de instancia especificados.

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

El identificador de la instancia.

Service
SQL_SVCS

El servicio que se va a obtener.

sPath
StringBuilder

Ubicación del servicio.

pdwSize
UInt32

Tamaño en bytes.

Valor devuelto

true si el directorio raíz del archivo de programa lo establece el tipo de servicio y el identificador de instancia especificados; othwerwise, false.

Se aplica a