Condividi tramite


Proprietà Synonym.Events

Gets the events that are supported by the synonym.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As SynonymEvents 
    Get
'Utilizzo
Dim instance As Synonym 
Dim value As SynonymEvents 

value = instance.Events
public SynonymEvents Events { get; }
public:
property SynonymEvents^ Events {
    SynonymEvents^ get ();
}
member Events : SynonymEvents
function get Events () : SynonymEvents

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.SynonymEvents
A SynonymEvents object value that specifies the events supported by the synonym.

Esempi

Utilizzo dei sinonimi

Vedere anche

Riferimento

Synonym Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE SYNONYM (Transact-SQL)