DelegateGetSQLInstanceRegStringByID Delegate

 

Gets the SQL instance registry string by identifier.

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

public delegate bool DelegateGetSQLInstanceRegStringByID(
	INST_ID^ pInstanceID,
	String^ sRegPath,
	String^ sValueName,
	StringBuilder^ sString,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if to delegates the SQL instance registry string by identifier; otherwise, false.

Return to top
Show: