Compartir a través de


SynonymCollection Clase

The SynonymCollection class represents a collection of Synonym objects that represent all the synonyms on the referenced database.

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

Sintaxis

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

Notas

A SynonymCollection object can be used to gain access to a set of synonyms. You can use the Item property to return a specific Synonym object.

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.