Share via


ISql90Endpoint.GetAuthorizationLoginRelationship Method

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

Syntax

'Declaration
Function GetAuthorizationLoginRelationship As IModelSingleRelationship(Of ISql90Endpoint, ISql90Login)
'Usage
Dim instance As ISql90Endpoint 
Dim returnValue As IModelSingleRelationship(Of ISql90Endpoint, ISql90Login)

returnValue = instance.GetAuthorizationLoginRelationship()
IModelSingleRelationship<ISql90Endpoint, ISql90Login> GetAuthorizationLoginRelationship()
IModelSingleRelationship<ISql90Endpoint^, ISql90Login^>^ GetAuthorizationLoginRelationship()
function GetAuthorizationLoginRelationship() : IModelSingleRelationship<ISql90Endpoint, ISql90Login>

Return Value

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

.NET Framework Security

See Also

Reference

ISql90Endpoint Interface

ISql90Endpoint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace