ISql90SynonymTarget.Synonyms Property

Gets a list of synonyms.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Synonyms As IList(Of ISql90Synonym)
    Get
'Usage
Dim instance As ISql90SynonymTarget
Dim value As IList(Of ISql90Synonym)

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

Property Value

Type: System.Collections.Generic.IList<ISql90Synonym>
Returns a list of ISql90Synonym instances.

.NET Framework Security

See Also

Reference

ISql90SynonymTarget Interface

ISql90SynonymTarget Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace