Compartilhar via


Classe RemoteServiceBindingCollection

The RemoteServiceBindingCollection class represents a collection of RemoteServiceBinding objects that represent all the remote service bindings defined on a database.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

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

Comentários

A RemoteServiceBindingCollection object can be used to gain access to a set of remote service bindings. You can use the Item property to return a specific RemoteServiceBinding 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.