Método ISqlUser.GetLoginRelationship

Retorna um IModelSingleRelationship entre this e associado ISqlLogin.

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

Sintaxe

'Declaração
Function GetLoginRelationship As IModelSingleRelationship(Of ISqlUser, ISqlLogin)
IModelSingleRelationship<ISqlUser, ISqlLogin> GetLoginRelationship()
IModelSingleRelationship<ISqlUser^, ISqlLogin^>^ GetLoginRelationship()
abstract GetLoginRelationship : unit -> IModelSingleRelationship<ISqlUser, ISqlLogin> 
function GetLoginRelationship() : IModelSingleRelationship<ISqlUser, ISqlLogin>

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlUser, ISqlLogin>

Segurança do .NET Framework

Consulte também

Referência

ISqlUser Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel