Share via


ISynonym.BaseType Property

Gets the base type of the target object.

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

Syntax

'Declaration
ReadOnly Property BaseType As SynonymBaseType 
    Get
'Usage
Dim instance As ISynonym 
Dim value As SynonymBaseType 

value = instance.BaseType
SynonymBaseType BaseType { get; }
property SynonymBaseType BaseType {
    SynonymBaseType get ();
}
abstract BaseType : SynonymBaseType
function get BaseType () : SynonymBaseType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.SynonymBaseType
The base type of the target object.

See Also

Reference

ISynonym Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace