Compartir a través de


ServiceContractCollection Clase

The ServiceContractCollection class represents a collection of ServiceContract objects that represent all the service contracts defined on a database.

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

Sintaxis

'Declaración
Public NotInheritable Class ServiceContractCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As ServiceContractCollection
public sealed class ServiceContractCollection : SimpleObjectCollectionBase
public ref class ServiceContractCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServiceContractCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ServiceContractCollection extends SimpleObjectCollectionBase

Notas

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

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.