Metodo ISqlUser.GetLoginRelationship

Restituisce un oggetto IModelSingleRelationship tra this e l'oggetto ISqlLogin associato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlUser Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel