Properties プロパティ

EventProperty オブジェクトのコレクションを表します。各 EventProperty オブジェクトは、サーバー イベントのプロパティを表します。

名前空間:  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
サーバー イベントで定義されたすべてのプロパティを表す EventPropertyCollection オブジェクトです。