Classe LoginCollection
The LoginCollection class represents a collection of Login objects that represent all the login accounts defined on the instance of SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class LoginCollection _
Inherits SimpleObjectCollectionBase
'Utilisation
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
Notes
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
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..LoginCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.