Share via


ISql90Endpoint.GetAuthorizationLoginRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Login.

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

Syntax

'Declaration
Function GetAuthorizationLoginRelationship As IModelSingleRelationship(Of ISql90Endpoint, ISql90Login)
IModelSingleRelationship<ISql90Endpoint, ISql90Login> GetAuthorizationLoginRelationship()
IModelSingleRelationship<ISql90Endpoint^, ISql90Login^>^ GetAuthorizationLoginRelationship()
abstract GetAuthorizationLoginRelationship : unit -> IModelSingleRelationship<ISql90Endpoint, ISql90Login> 
function GetAuthorizationLoginRelationship() : IModelSingleRelationship<ISql90Endpoint, ISql90Login>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Endpoint, ISql90Login>

.NET Framework Security

See Also

Reference

ISql90Endpoint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace