DelegateGetSvcBinPathByName Delegato

Definizione

Rappresenta la directory radice del file di programma per uno specifico servizio in base al tipo di servizio e al nome descrittivo dell'istanza specificati.

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 

Parametri

sInstanceName
String

Valore stringa che rappresenta il nome istanza.

Service
SQL_SVCS

Servizio SQL.

sPath
StringBuilder

Generatore di stringhe.

pdwSize
UInt32

Valore intero che specifica le dimensioni dei dati.

Valore restituito

Valore boleano che rappresenta la directory radice del file di programma per un servizio specifico.

Si applica a