Freigeben über


ISql80User.GetRoleRelationship-Methode

Gibt eine IModelReverseSingleRelationship zwischen this und der zugeordneten ISql80Role zurück.

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

Syntax

'Declaration
Function GetRoleRelationship As IModelSingleRelationship(Of ISql80User, ISql80Role)
IModelSingleRelationship<ISql80User, ISql80Role> GetRoleRelationship()
IModelSingleRelationship<ISql80User^, ISql80Role^>^ GetRoleRelationship()
abstract GetRoleRelationship : unit -> IModelSingleRelationship<ISql80User, ISql80Role> 
function GetRoleRelationship() : IModelSingleRelationship<ISql80User, ISql80Role>

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql80User, ISql80Role>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql80User Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace