ServerEventArgs.Properties 屬性

定義

表示 EventProperty 物件的集合。 每個 EventProperty 物件都代表伺服器事件的一個屬性。

public:
 property Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.EventPropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.EventPropertyCollection
Public ReadOnly Property Properties As EventPropertyCollection

屬性值

EventPropertyCollection

EventPropertyCollection 物件,代表伺服器事件上定義的所有屬性。

範例

處理 SMO 事件

適用於