DelegateGetSvcInstRootRegPathByName Delegato

Definizione

Rappresenta se la radice del percorso del Registro di sistema per un'istanza SQL specifica è impostata dal nome dell'istanza descrittiva specificata.

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

Parametri

sInstanceName
String

Nome dell’istanza.

Service
SQL_SVCS

Servizio SQL.

sRegPath
StringBuilder

Percorso del Registro di sistema.

pdwSize
UInt32

Dimensione stimata della struttura restituita, in byte.

Valore restituito

true se la radice del percorso del Registro di sistema per un'istanza SQL specifica viene impostata dal nome dell'istanza descrittiva specificata; in caso contrario, false.

Si applica a