Compartir a través de


ISqlUser.GetLoginRelationship (Método)

Devuelve una interfaz IModelSingleRelationship entre this y la interfaz ISqlLogin asociada.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlUser Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)