Поделиться через


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

See Also

Reference

ISqlServerRoleMembership Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace