共用方式為


Events 屬性

Gets the events that are supported by the synonym.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Events As SynonymEvents
    Get
'用途
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

屬性值

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