Share via


ISql90EventNotification.GetEventGroupRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90EventGroupSpecifier.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetEventGroupRelationship As IModelMultiRelationship(Of ISql90EventNotification, ISql90EventGroupSpecifier)
IModelMultiRelationship<ISql90EventNotification, ISql90EventGroupSpecifier> GetEventGroupRelationship()
IModelMultiRelationship<ISql90EventNotification^, ISql90EventGroupSpecifier^>^ GetEventGroupRelationship()
abstract GetEventGroupRelationship : unit -> IModelMultiRelationship<ISql90EventNotification, ISql90EventGroupSpecifier> 
function GetEventGroupRelationship() : IModelMultiRelationship<ISql90EventNotification, ISql90EventGroupSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90EventNotification, ISql90EventGroupSpecifier>

.NET Framework Security

See Also

Reference

ISql90EventNotification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace