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
- 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.