DelegateGetInstanceNameFromFTSApp Delegate

 

Represents the installed instance from the full text service.

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

public delegate bool DelegateGetInstanceNameFromFTSApp(
	String^ sFTSApp,
	StringBuilder^ sInstanceName,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

The installed instance from the full text service.

Return to top
Show: