Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
Other versions are also available for the following:
LinkedServerLoginCollection Class

The LinkedServerLoginCollection class represents a collection of LinkedServerLogin objects that represent all the linked server logins defined on the linked server.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
VisualBasicDeclaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class LinkedServerLoginCollection
    Inherits SimpleObjectCollectionBase
CSharp
[DefaultMemberAttribute("Item")] 
public sealed class LinkedServerLoginCollection : SimpleObjectCollectionBase
ManagedCPlusPlus
[DefaultMemberAttribute(L"Item")] 
public ref class LinkedServerLoginCollection sealed : public SimpleObjectCollectionBase
JSharp
/** @attribute DefaultMemberAttribute("Item") */ 
public final class LinkedServerLoginCollection extends SimpleObjectCollectionBase
JScript
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.


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

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker