LinkedServerCollection Class

The LinkedServerCollection class represents a collection of LinkedServer objects that represent all the linked servers registered on the instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class LinkedServerCollection _
    Inherits SimpleObjectCollectionBase
'Usage
Dim instance As LinkedServerCollection
public sealed class LinkedServerCollection : SimpleObjectCollectionBase
public ref class LinkedServerCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type LinkedServerCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class LinkedServerCollection extends SimpleObjectCollectionBase

Remarks

A LinkedServerCollection object can be used to gain access to a set of linked servers. You can use the Item property to return a specific LinkedServer object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.