Index.DistributionColumns Property

 

Gets the collection of distribution columns used by the distribution policy on this index.

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

Syntax

public DistributionColumnCollection DistributionColumns { get; }
public:
property DistributionColumnCollection^ DistributionColumns {
    DistributionColumnCollection^ get();
}
member DistributionColumns : DistributionColumnCollection with get
Public ReadOnly Property DistributionColumns As DistributionColumnCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.DistributionColumnCollection

The collection of distribution columns used by the distribution policy on this index.

See Also

Index Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top