DelegateGetSvcInstRootDirPathByName Delegate

Definition

Represents the directory path root for a specific SQL instance by the given friendly instance name.

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 

Parameters

sInstanceName
String

The instance name.

Service
SQL_SVCS

The string of characters in the SQL Server.

sPath
StringBuilder

The location of the configuration file.

pdwSize
UInt32

The estimated size of the structure returned, in bytes.

Return Value

true if to get the directory path root by name; otherwise, false.

Applies to