Propriedade do RDL CreateStatistics
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 CreateStatistics As TableEvent
Get
'Uso
Dim value As TableEvent
value = TableEvent.CreateStatistics
public static TableEvent CreateStatistics { get; }
public:
static property TableEvent^ CreateStatistics {
TableEvent^ get ();
}
static member CreateStatistics : TableEvent
static function get CreateStatistics () : TableEvent
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the CreateStatistics event that can be included in the table event set.
Consulte também