Свойство CreateXmlIndex
Gets a table event that can be included in the event set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property CreateXmlIndex As TableEvent
Get
'Применение
Dim value As TableEvent
value = TableEvent.CreateXmlIndex
public static TableEvent CreateXmlIndex { get; }
public:
static property TableEvent^ CreateXmlIndex {
TableEvent^ get ();
}
static member CreateXmlIndex : TableEvent
static function get CreateXmlIndex () : TableEvent
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the CreateXmlIndex event that can be included in the table event set.
См. также