StatisticColumn Constructor ()

Initializes a new instance of the StatisticColumn class.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
Public Sub New
public StatisticColumn ()
public:
StatisticColumn ()
public StatisticColumn ()
public function StatisticColumn ()

备注

The default constructor initializes any fields to their default values.

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

To get StatisticColumn object properties, users can be a member of the public fixed server role.

To get StatisticColumn object properties, users must have ALTER permission on the parent table or view or be a member of the db_owner fixed database role.

示例

How to: Create and Update Statistics in Visual Basic .NET

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

StatisticColumn Class
StatisticColumn Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

Creating and Updating Statistics