Compartilhar via


Classe LinkedServerLoginCollection

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

Sintaxe

'Declaração
Public NotInheritable Class LinkedServerLoginCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As LinkedServerLoginCollection
public sealed class LinkedServerLoginCollection : SimpleObjectCollectionBase
public ref class LinkedServerLoginCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type LinkedServerLoginCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class LinkedServerLoginCollection extends SimpleObjectCollectionBase

Comentários

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.

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.