DelegateGetSQLDataRootByInstName Delegate

 

Gets the SQL data root by the instance name.

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

public delegate bool DelegateGetSQLDataRootByInstName(
	String^ sInstanceName,
	StringBuilder^ sPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value contains the result of the SQL data root.

Return to top
Show: