DistributionColumn Constructor (Index, String)

 

Initializes a new instance of the DistributionColumn class with the specified index and name.

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

Syntax

public DistributionColumn(
    Index index,
    string name
)
public:
DistributionColumn(
    Index^ index,
    String^ name
)
new : 
        index:Index *
        name:string -> DistributionColumn
Public Sub New (
    index As Index,
    name As String
)

Parameters

See Also

DistributionColumn Overload
DistributionColumn Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top