Table.DistributionSkewIndex Property

 

Gets the distribution skew index of the table.

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

Syntax

public double DistributionSkewIndex { get; }
public:
property double DistributionSkewIndex {
    double get();
}
member DistributionSkewIndex : float with get
Public ReadOnly Property DistributionSkewIndex As Double

Property Value

Type: System.Double

The distribution skew index of the table.

See Also

Table Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top