DelegateGetSvcBinPathByName Delegar

Definição

Representa o diretório raiz do arquivo de programa para um serviço específico pelo tipo de serviço e o nome amigável da instância indicados.

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

O construtor de cadeia de caracteres.

pdwSize
UInt32

Um valor inteiro que especifica o tamanho dos dados.

Valor Retornado

Boolean

Um valor bolean que representa o diretório raiz do arquivo de programa para um serviço específico.

Aplica-se a