Partilhar via


Método ISql80User.GetRoleRelationship

Retorna um IModelReverseSingleRelationship entre this e associado ISql80Role.

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

Sintaxe

'Declaração
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>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ISql80User Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel