DelegateGetSvcBinPathByName Delegasikan

Definisi

Mewakili direktori akar file program untuk layanan tertentu dengan jenis layanan yang diberikan dan nama instans yang mudah diingat.

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 

Parameter

sInstanceName
String

Nilai string yang mewakili nama instans.

Service
SQL_SVCS

Layanan SQL.

sPath
StringBuilder

Pembangun string.

pdwSize
UInt32

Nilai bilangan bulat yang menentukan ukuran data.

Tampilkan Nilai

Nilai Bolean yang mewakili direktori akar file program untuk layanan tertentu.

Berlaku untuk