DelegateGetSQLRootRegPath Delegate

 

Gets the SQL root registry path

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

public delegate bool DelegateGetSQLRootRegPath(
	StringBuilder^ sRegPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if to delegates the SQL root registry path; otherwise, false.

Return to top
Show: