TableEvent.CreateSpatialIndex プロパティ

空間インデックスの作成イベントを取得します。

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

構文

'宣言
Public Shared ReadOnly Property CreateSpatialIndex As TableEvent 
    Get
'使用
Dim value As TableEvent 

value = TableEvent.CreateSpatialIndex
public static TableEvent CreateSpatialIndex { get; }
public:
static property TableEvent^ CreateSpatialIndex {
    TableEvent^ get ();
}
static member CreateSpatialIndex : TableEvent
static function get CreateSpatialIndex () : TableEvent

プロパティ値

型: Microsoft.SqlServer.Management.Smo.TableEvent
空間インデックスの作成イベントです。

使用例

SMO イベントの処理

関連項目

参照

TableEvent クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

SMO イベントの処理