ISql80User.GetRoleRelationship Method

Returns an IModelReverseSingleRelationship between this and the associated ISql80Role.

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>

Return Value

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

.NET Framework Security

See Also

Reference

ISql80User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace