Share via


ISql90Service.GetQueueRelationship Method

Gets the queue relationship collection.

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

Syntax

'Declaration
Function GetQueueRelationship As IModelSingleRelationship(Of ISql90Service, ISql90Queue)
'Usage
Dim instance As ISql90Service
Dim returnValue As IModelSingleRelationship(Of ISql90Service, ISql90Queue)

returnValue = instance.GetQueueRelationship()
IModelSingleRelationship<ISql90Service, ISql90Queue> GetQueueRelationship()
IModelSingleRelationship<ISql90Service^, ISql90Queue^>^ GetQueueRelationship()
function GetQueueRelationship() : IModelSingleRelationship<ISql90Service, ISql90Queue>
abstract GetQueueRelationship : unit -> IModelSingleRelationship<ISql90Service, ISql90Queue> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Service, ISql90Queue>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90Service Interface

ISql90Service Members

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