Propriedade do RDL TableEvent.CreateXmlIndex
Gets a table event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property CreateXmlIndex As TableEvent
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the CreateXmlIndex event that can be included in the table event set.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo