DelegateGetInstanceNameFromID Delegate

 

Gets the installed instance name from the instance identifier that represents an installed SQL Component.

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

public delegate bool DelegateGetInstanceNameFromID(
	INST_ID^ pInstanceID,
	StringBuilder^ sInstanceName,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value installed instance name from the instance identifier.

Return to top
Show: