ISql90Service.GetQueueRelationship Method
Returns 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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Service, ISql90Queue>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.