Share via


ISql90Queue.GetActivationProcedureRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Procedure.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90Queue Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace