Synonym.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.

동의어 사용

참고 항목

참조

Synonym 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE SYNONYM(Transact-SQL)