Aracılığıyla paylaş


TableEvent.DropStatistics Property

Gets a table event that can be included in the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Shared ReadOnly Property DropStatistics As TableEvent
    Get
'Kullanım
Dim value As TableEvent

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropStatistics event that can be included in the table event set.

Examples

Handling SMO Events

See Also

Reference

TableEvent Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events