DelegateGetInstanceNameFromService Delegate

 

Gets the instance name from the service.

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

public delegate bool DelegateGetInstanceNameFromService(
	String^ sServiceName,
	StringBuilder^ sInstanceName,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if the delegate is successful; otherwise, false.

Return to top
Show: