Share via


ISqlServerRoleMembership.GetRoleRelationship Method

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

Syntax

'Declaration
Function GetRoleRelationship As IModelSingleRelationship(Of ISqlServerRoleMembership, ISqlServerRole)
'Usage
Dim instance As ISqlServerRoleMembership 
Dim returnValue As IModelSingleRelationship(Of ISqlServerRoleMembership, ISqlServerRole)

returnValue = instance.GetRoleRelationship()
IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerRole> GetRoleRelationship()
IModelSingleRelationship<ISqlServerRoleMembership^, ISqlServerRole^>^ GetRoleRelationship()
function GetRoleRelationship() : IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerRole>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlServerRoleMembership, ISqlServerRole>

.NET Framework Security

See Also

Reference

ISqlServerRoleMembership Interface

ISqlServerRoleMembership Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace