DelegateGetSvcBinPathByID Delegato

Definizione

Rappresenta se la directory radice del file del programma è impostata dal tipo di servizio e dall'ID dell'istanza dati.

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 istanza.

Service
SQL_SVCS

Il servizio da ottenere.

sPath
StringBuilder

La posizione del servizio.

pdwSize
UInt32

Dimensione in byte.

Valore restituito

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

Si applica a