Database.LeadingColumnsForDistribution Property

 

Gets or sets the leading columns for distribution.

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

Syntax

public int LeadingColumnsForDistribution { get; set; }
public:
property int LeadingColumnsForDistribution {
    int get();
    void set(int value);
}
member LeadingColumnsForDistribution : int with get, set
Public Property LeadingColumnsForDistribution As Integer

Property Value

Type: System.Int32

The leading columns for distribution.

See Also

Database Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top