DelegateGetInstRootDirPathByID Delegate

 

Gets the root directory path by an instance identifier that represents an installed SQL component.

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

public delegate bool DelegateGetInstRootDirPathByID(
	INST_ID^ pInstanceID,
	StringBuilder^ dirPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value contains the root directory path by an instance identifier that represents an installed SQL component.

Return to top
Show: