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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.