ISqlServerRoleMembership.GetMemberRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlServerSecurityPrincipal.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetMemberRelationship As IModelSingleRelationship(Of ISqlServerRoleMembership, ISqlServerSecurityPrincipal)
IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerSecurityPrincipal> GetMemberRelationship()
IModelSingleRelationship<ISqlServerRoleMembership^, ISqlServerSecurityPrincipal^>^ GetMemberRelationship()
abstract GetMemberRelationship : unit -> IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerSecurityPrincipal>
function GetMemberRelationship() : IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerSecurityPrincipal>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerSecurityPrincipal>
.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.