Share via


IMutableSchema.Synonyms Property

Gets the collection of synonyms that belong to this schema.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Synonyms As IMutableMetadataCollection(Of ISynonym)
    Get
'Usage
Dim instance As IMutableSchema 
Dim value As IMutableMetadataCollection(Of ISynonym)

value = instance.Synonyms
IMutableMetadataCollection<ISynonym> Synonyms { get; }
property IMutableMetadataCollection<ISynonym^>^ Synonyms {
    IMutableMetadataCollection<ISynonym^>^ get ();
}
abstract Synonyms : IMutableMetadataCollection<ISynonym>
function get Synonyms () : IMutableMetadataCollection<ISynonym>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ISynonym>
The collection of synonyms that belong to this schema.

See Also

Reference

IMutableSchema Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace