ISql90QueueEventNotification.GetQueueRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Queue.

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

Syntax

'Declaration
Function GetQueueRelationship As IModelSingleRelationship(Of ISql90QueueEventNotification, ISql90Queue)
IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue> GetQueueRelationship()
IModelSingleRelationship<ISql90QueueEventNotification^, ISql90Queue^>^ GetQueueRelationship()
abstract GetQueueRelationship : unit -> IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue> 
function GetQueueRelationship() : IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue>

.NET Framework Security

See Also

Reference

ISql90QueueEventNotification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace