DelegateGetSQLServerByName Delegate

 

Gets the SQL server by instance name.

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

public delegate bool DelegateGetSQLServerByName(
	String^ sHostName,
	String^ sInstanceName,
	StringBuilder^ sSQLServer,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value contains the SQL server by instance name.

Return to top
Show: