Index.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 オブジェクトです。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間