次の方法で共有


Events プロパティ

Index オブジェクトがサポートするインデックス イベントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property Events As IndexEvents
    Get
'使用
Dim instance As Index
Dim value As IndexEvents

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .IndexEvents
Index オブジェクトがサポートするインデックス イベントを表す IndexEvents オブジェクトです。