DelegateGetSvcBinPathByName Delegato

Definizione

Rappresenta la directory radice del file del programma per un servizio specifico tramite il tipo di servizio indicato e il nome dell'istanza friendly.

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

Un valore di stringa che rappresenta il nome dell'istanza.

Service
SQL_SVCS

Il servizio SQL.

sPath
StringBuilder

Il costruttore di corde.

pdwSize
UInt32

Un valore intero che specifica la dimensione dei dati.

Valore restituito

Un valore boleano che rappresenta la directory radice del file del programma per un servizio specifico.

Si applica a