Compartir a través de


LinkedServerLoginCollection Clase

The LinkedServerLoginCollection class represents a collection of LinkedServerLogin objects that represent all the linked server logins defined on the linked server.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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

Notas

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

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.