ServerEventArgs.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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 物件,代表伺服器事件上定義的所有屬性。