DelegateGetSvcBinPathByInstName Delegar

Definição

Representa o diretório raiz do arquivo de programa para o serviço SQL Server pelo nome amigável da instância indicado.

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

Parâmetros

sInstanceName
String

Um valor de cadeia de caracteres que representa o nome da instância.

Service
SQL_SVCS

O serviço SQL.

sPath
StringBuilder

Um ponteiro para um buffer para recebimento do caminho.

pdwSize
UInt32

Retornará o comprimento exigido se o buffer fornecido for muito pequeno.

Valor Retornado

Boolean

Um Boolean valor contém o diretório raiz do arquivo de programa para o serviço de SQL Server pelo nome de instância amigável fornecido.

Aplica-se a