ISql80User.GetRoleRelationship (Método)
Devuelve un objeto IModelReverseSingleRelationship entre this y el objeto ISql80Role asociado.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql80User, ISql80Role>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.