ServerEventArgs.EventType 속성
Gets the type of event.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property EventType As EventType
Get
‘사용 방법
Dim instance As ServerEventArgs
Dim value As EventType
value = instance.EventType
public EventType EventType { get; }
public:
property EventType EventType {
EventType get ();
}
member EventType : EventType
function get EventType () : EventType
속성 값
유형: Microsoft.SqlServer.Management.Smo.EventType
An EventType object value that specifies the type of event.