ISql90Service.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 ISql90Service, ISql90Queue)
IModelSingleRelationship<ISql90Service, ISql90Queue> GetQueueRelationship()
IModelSingleRelationship<ISql90Service^, ISql90Queue^>^ GetQueueRelationship()
abstract GetQueueRelationship : unit -> IModelSingleRelationship<ISql90Service, ISql90Queue>
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.