DelegateGetSvcBinPathByInstName Delegato

Definizione

Rappresenta la directory radice del file di programma per il servizio SQL Server in base al nome descrittivo dell'istanza specificato.

public delegate bool DelegateGetSvcBinPathByInstName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByInstName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByInstName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByInstName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parametri

sInstanceName
String

Valore String che rappresenta il nome dell'istanza.

Service
SQL_SVCS

Servizio SQL.

sPath
StringBuilder

Un puntatore a un buffer per la ricezione del percorso.

pdwSize
UInt32

Restituisce la lunghezza obbligatoria se il buffer fornito è troppo piccolo.

Valore restituito

Un Boolean valore contiene la directory radice del file di programma per il servizio SQL Server in base al nome descrittivo dell'istanza specificato.

Si applica a