DelegateGetSvcBinPathByID Delegato

Definizione

Indica se la directory radice del file di programma è impostata dal tipo di servizio e dall'ID istanza specificati.

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 

Parametri

pInstanceID
INST_ID

ID dell'istanza.

Service
SQL_SVCS

Servizio da ottenere.

sPath
StringBuilder

Posizione del servizio.

pdwSize
UInt32

Dimensione in byte.

Valore restituito

true se la directory radice del file di programma è impostata dal tipo di servizio e dall'ID istanza specificati; othwerwise, false.

Si applica a