ISql90SpecifiesExecutionContext.GetUserRelationship Method

Gets a user relationship.

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

Syntax

'Declaration
Function GetUserRelationship As IModelSingleRelationship(Of ISql90SpecifiesExecutionContext, ISql90User)
'Usage
Dim instance As ISql90SpecifiesExecutionContext
Dim returnValue As IModelSingleRelationship(Of ISql90SpecifiesExecutionContext, ISql90User)

returnValue = instance.GetUserRelationship()
IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90User> GetUserRelationship()
IModelSingleRelationship<ISql90SpecifiesExecutionContext^, ISql90User^>^ GetUserRelationship()
function GetUserRelationship() : IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90User>
abstract GetUserRelationship : unit -> IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90User> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90SpecifiesExecutionContext, ISql90User>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90SpecifiesExecutionContext Interface

ISql90SpecifiesExecutionContext Members

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