DistributionColumnCollection.Parent Property

 

Gets the SqlSmoObject that is the parent of the ColumnCollection object.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Index

The SqlSmoObject that is the parent of the ColumnCollection object.

See Also

DistributionColumnCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top