DelegateGetSvcBinPathByID Delegasikan

Definisi

Mewakili apakah direktori akar file program diatur oleh jenis layanan dan ID instans yang diberikan.

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 

Parameter

pInstanceID
INST_ID

ID instans.

Service
SQL_SVCS

Layanan yang akan didapatkan.

sPath
StringBuilder

Lokasi layanan.

pdwSize
UInt32

Ukuran dalam byte.

Tampilkan Nilai

true jika direktori akar file program diatur oleh jenis layanan dan ID instans yang diberikan; othwerwise, false.

Berlaku untuk