DelegateIsDefaultInstanceID Delegate

 

Represents a value that indicates a default instance ID.

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

public delegate bool DelegateIsDefaultInstanceID(
	INST_ID^ pInstanceID
)

Return Value

Type: System::Boolean

true if it indicates the default instance ID; otherwise, false.

Return to top
Show: