ISqlLinkedServerLogin.GetLinkedServerRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlLinkedServer.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlLinkedServerLogin, ISqlLinkedServer>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.