CreateStatistics 属性

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 CreateStatistics As TableEvent
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the CreateStatistics event that can be included in the table event set.