다음을 통해 공유


Events 속성

Gets the events that are supported by the synonym.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.