Поделиться через


ISqlLinkedServerLogin.GetLocalLoginRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlLogin.

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

Syntax

'Declaration
Function GetLocalLoginRelationship As IModelSingleRelationship(Of ISqlLinkedServerLogin, ISqlLogin)
IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin> GetLocalLoginRelationship()
IModelSingleRelationship<ISqlLinkedServerLogin^, ISqlLogin^>^ GetLocalLoginRelationship()
abstract GetLocalLoginRelationship : unit -> IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin> 
function GetLocalLoginRelationship() : IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLogin>

.NET Framework Security

See Also

Reference

ISqlLinkedServerLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace