ISqlLinkedServerLogin.GetLocalLoginRelationship Method

Gets a local login relationship.

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

Syntax

'Declaration
Function GetLocalLoginRelationship As IModelSingleRelationship(Of ISqlLinkedServerLogin, ISqlLogin)
'Usage
Dim instance As ISqlLinkedServerLogin
Dim returnValue As IModelSingleRelationship(Of ISqlLinkedServerLogin, ISqlLogin)

returnValue = instance.GetLocalLoginRelationship()
IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin> GetLocalLoginRelationship()
IModelSingleRelationship<ISqlLinkedServerLogin^, ISqlLogin^>^ GetLocalLoginRelationship()
function GetLocalLoginRelationship() : IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin>
abstract GetLocalLoginRelationship : unit -> IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin> 

Return Value

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

.NET Framework Security

See Also

Reference

ISqlLinkedServerLogin Interface

ISqlLinkedServerLogin Members

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