DelegateGetInstRegPathByName Delegato

Definizione

Ottiene un valore che indica se il sottoalbero del registro di sistema è installato da un nome di istanza.

public delegate bool DelegateGetInstRegPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sRegPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetInstRegPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sRegPath, out uint pdwSize);
type DelegateGetInstRegPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetInstRegPathByName(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.

sRegPath
StringBuilder

Percorso del registro di sistema.

pdwSize
UInt32

Dimensioni in byte.

Valore restituito

Boolean

trueSe il sottoalbero del registro di sistema è installato da un nome di istanza; in caso contrario, false .

Si applica a