DelegateGetSvcInstRootRegPathByName Delegar

Definição

Representa se a raiz do caminho do registro para uma instância específica do SQL é definida pelo nome de instância amigável fornecido.

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 

Parâmetros

sInstanceName
String

O nome da instância.

Service
SQL_SVCS

O serviço SQL.

sRegPath
StringBuilder

O caminho do registro.

pdwSize
UInt32

O tamanho estimado da estrutura retornada, em bytes.

Valor Retornado

Boolean

truese a raiz do caminho do registro para uma instância específica do SQL for definida pelo nome de instância amigável fornecido; caso contrário, false .

Aplica-se a