LoginCollection Class

The LoginCollection class represents a collection of Login objects that represent all the login accounts defined 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 LoginCollection _
    Inherits SimpleObjectCollectionBase
'Usage
Dim instance As LoginCollection
public sealed class LoginCollection : SimpleObjectCollectionBase
public ref class LoginCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type LoginCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class LoginCollection extends SimpleObjectCollectionBase

Remarks

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.

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.