ISql90SpecifiesExecutionContext.GetLoginRelationship 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 GetLoginRelationship As IModelSingleRelationship(Of ISql90SpecifiesExecutionContext, ISql90Login)
IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90Login> GetLoginRelationship()
IModelSingleRelationship<ISql90SpecifiesExecutionContext^, ISql90Login^>^ GetLoginRelationship()
abstract GetLoginRelationship : unit -> IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90Login> 
function GetLoginRelationship() : IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90Login>

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SpecifiesExecutionContext Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace