DelegateGetSvcBinPathByName 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 el directorio raíz del archivo de programa de un servicio concreto por el tipo de servicio y el nombre descriptivo de la instancia especificados.
public delegate bool DelegateGetSvcBinPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parámetros
- sInstanceName
- String
Valor de cadena que representa el nombre de instancia.
- Service
- SQL_SVCS
Servicio SQL.
- sPath
- StringBuilder
Generador de cadenas.
- pdwSize
- UInt32
Valor entero que especifica el tamaño de los datos.
Valor devuelto
Valor Bolean que representa el directorio raíz del archivo de programa para un servicio específico.