Método ISqlLinkedServerLogin.GetLinkedServerRelationship

Retorna um IModelSingleRelationship entre this e associado ISqlLinkedServer.

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

Sintaxe

'Declaração
Function GetLinkedServerRelationship As IModelSingleRelationship(Of ISqlLinkedServerLogin, ISqlLinkedServer)
IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLinkedServer> GetLinkedServerRelationship()
IModelSingleRelationship<ISqlLinkedServerLogin^, ISqlLinkedServer^>^ GetLinkedServerRelationship()
abstract GetLinkedServerRelationship : unit -> IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLinkedServer> 
function GetLinkedServerRelationship() : IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLinkedServer>

Valor de retorno

Tipo: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLinkedServer>

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServerLogin Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel