ISql90RemoteServiceBinding.GetWithUserRelationship Method

Gets a with user relationship.

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

Syntax

'Declaration
Function GetWithUserRelationship As IModelSingleRelationship(Of ISql90RemoteServiceBinding, ISql90SecurityPrincipal)
'Usage
Dim instance As ISql90RemoteServiceBinding
Dim returnValue As IModelSingleRelationship(Of ISql90RemoteServiceBinding, ISql90SecurityPrincipal)

returnValue = instance.GetWithUserRelationship()
IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal> GetWithUserRelationship()
IModelSingleRelationship<ISql90RemoteServiceBinding^, ISql90SecurityPrincipal^>^ GetWithUserRelationship()
function GetWithUserRelationship() : IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal>
abstract GetWithUserRelationship : unit -> IModelSingleRelationship<ISql90RemoteServiceBinding, ISql90SecurityPrincipal> 

Return Value

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

.NET Framework Security

See Also

Reference

ISql90RemoteServiceBinding Interface

ISql90RemoteServiceBinding Members

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