DelegateGetSvcInstRootDirPathByName Delegate

 

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

Namespace:   Microsoft.SqlServer
Assembly:  Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)

public delegate bool DelegateGetSvcInstRootDirPathByName(
	String^ sInstanceName,
	SQL_SVCS Service,
	StringBuilder^ sPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

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

Return to top
Show: