Freigeben über


Synonym-Konstruktor

Initializes a new instance of the Synonym class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New Synonym()
public Synonym()
public:
Synonym()
new : unit -> Synonym
public function Synonym()

Hinweise

The default constructor initializes any fields to their default values.

Beispiele

Verwenden von Synonymen

Siehe auch

Verweis

Synonym Klasse

Synonym-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE SYNONYM (Transact-SQL)