DelegateGetSvcInstRootRegPathByName Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta se la radice del percorso del registro per una specifica istanza SQL è impostata dal nome di istanza friendly dato.
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
Il servizio SQL.
- sRegPath
- StringBuilder
Il percorso del registro registratore.
- pdwSize
- UInt32
La dimensione stimata della struttura è stata restituita, in byte.
Valore restituito
true se la radice del percorso del registro per una specifica istanza SQL è impostata dal nome di istanza amichevole dato; altrimenti, false.