LoginCollection Class
SQL Server 2005
The LoginCollection class represents a collection of Login objects that represent all the login accounts defined on the instance of Microsoft SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Microsoft.SqlServer.Management.Smo Namespace
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
[DefaultMemberAttribute("Item")] public sealed class LoginCollection : SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public final class LoginCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") public final class LoginCollection extends SimpleObjectCollectionBase
Updated text: 12 December 2006
A LoginCollection object can be used to gain access to a set of login accounts. You can use the Item property to return a specific Login object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Reference
LoginCollection MembersMicrosoft.SqlServer.Management.Smo Namespace
