DelegateGetSvcBinPathByID Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.