Compartilhar via


Classe LoginCollection

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class LoginCollection _
    Inherits SimpleObjectCollectionBase
'Uso
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

Comentários

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

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.