Dela via


ISql80User.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 ISql80User, ISql80Role)
'Usage
Dim instance As ISql80User 
Dim returnValue As IModelSingleRelationship(Of ISql80User, ISql80Role)

returnValue = instance.GetRoleRelationship()
IModelSingleRelationship<ISql80User, ISql80Role> GetRoleRelationship()
IModelSingleRelationship<ISql80User^, ISql80Role^>^ GetRoleRelationship()
function GetRoleRelationship() : IModelSingleRelationship<ISql80User, ISql80Role>

Return Value

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

.NET Framework Security

See Also

Reference

ISql80User Interface

ISql80User Members

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