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.