DelegateGetSvcInstRootDirPathByName Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa a raiz do caminho do diretório para uma instância específica do SQL pelo nome amigável da instância indicado.
public delegate bool DelegateGetSvcInstRootDirPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstRootDirPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcInstRootDirPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstRootDirPathByName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parâmetros
- sInstanceName
- String
O nome de instância.
- Service
- SQL_SVCS
A cadeia de caracteres no SQL Server.
- sPath
- StringBuilder
O local do arquivo de configuração.
- pdwSize
- UInt32
O tamanho estimado da estrutura retornada, em bytes.
Valor Retornado
truese para obter a raiz do caminho do diretório por nome; caso contrário, false .