다음을 통해 공유


ServerEventArgs.Properties 속성

Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.

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

구문

‘선언
Public ReadOnly Property Properties As EventPropertyCollection 
    Get
‘사용 방법
Dim instance As ServerEventArgs 
Dim value As EventPropertyCollection 

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.EventPropertyCollection
An EventPropertyCollection object that represents all the properties that are defined on the server event.

SMO 이벤트 처리

참고 항목

참조

ServerEventArgs 클래스

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