DelegateGetSQLServiceByName Delegate

 

Represents the SQL service by instance name.

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

public delegate bool DelegateGetSQLServiceByName(
	String^ sInstanceName,
	SQL_SVCS Service,
	StringBuilder^ sServiceName,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value contains the SQL service by instance name.

Return to top
Show: