ISql90QueueEventNotification.GetQueueRelationship Method
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 ISql90QueueEventNotification, ISql90Queue)
'Usage
Dim instance As ISql90QueueEventNotification
Dim returnValue As IModelSingleRelationship(Of ISql90QueueEventNotification, ISql90Queue)
returnValue = instance.GetQueueRelationship()
IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue> GetQueueRelationship()
IModelSingleRelationship<ISql90QueueEventNotification^, ISql90Queue^>^ GetQueueRelationship()
function GetQueueRelationship() : IModelSingleRelationship<ISql90QueueEventNotification, ISql90Queue>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90QueueEventNotification, 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.
See Also
Reference
ISql90QueueEventNotification Interface