DelegateGetSvcInstRootDirPathByName Delegato

Definizione

Rappresenta la radice del percorso di directory per un'istanza SQL specifica in base al nome descrittivo dell'istanza specificato.

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

Parametri

sInstanceName
String

Nome dell'istanza.

Service
SQL_SVCS

Stringa di caratteri nell'SQL Server.

sPath
StringBuilder

Posizione del file di configurazione.

pdwSize
UInt32

Dimensioni stimate della struttura restituita, in byte.

Valore restituito

Boolean

trueSe ottenere la radice del percorso della directory in base al nome; in caso contrario, false .

Si applica a