<DefaultMemberAttribute("Item")> _ Public NotInheritable Class LinkedServerLoginCollection Inherits SimpleObjectCollectionBase
[DefaultMemberAttribute("Item")] public sealed class LinkedServerLoginCollection : SimpleObjectCollectionBase
[DefaultMemberAttribute(L"Item")] public ref class LinkedServerLoginCollection sealed : public SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */ public final class LinkedServerLoginCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") public final class LinkedServerLoginCollection extends SimpleObjectCollectionBase
A LinkedServerLoginCollection object can be used to gain access to a set of linked server logins. You can use the Item property to return a specific LinkedServerLogin object.
Using Collections