DelegateGetSvcInstRootDirPathByName Delegato

Definizione

Rappresenta la radice del percorso della directory per una specifica istanza SQL con il nome di istanza amichevole indicato.

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

La stringa di caratteri in SQL Server.

sPath
StringBuilder

La posizione del file di configurazione.

pdwSize
UInt32

La dimensione stimata della struttura è stata restituita, in byte.

Valore restituito

true se si vuole ottenere la radice del percorso della directory per nome; altrimenti, false.

Si applica a