Share via


ISql90EventNotification.GetEventTypeRelationship Method

Gets an event type relationship.

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

Syntax

'Declaration
Function GetEventTypeRelationship As IModelMultiRelationship(Of ISql90EventNotification, ISql90EventTypeSpecifier)
'Usage
Dim instance As ISql90EventNotification
Dim returnValue As IModelMultiRelationship(Of ISql90EventNotification, ISql90EventTypeSpecifier)

returnValue = instance.GetEventTypeRelationship()
IModelMultiRelationship<ISql90EventNotification, ISql90EventTypeSpecifier> GetEventTypeRelationship()
IModelMultiRelationship<ISql90EventNotification^, ISql90EventTypeSpecifier^>^ GetEventTypeRelationship()
function GetEventTypeRelationship() : IModelMultiRelationship<ISql90EventNotification, ISql90EventTypeSpecifier>
abstract GetEventTypeRelationship : unit -> IModelMultiRelationship<ISql90EventNotification, ISql90EventTypeSpecifier> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90EventNotification, ISql90EventTypeSpecifier>
Returns a IModelMultiRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90EventNotification Interface

ISql90EventNotification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace