DistributionColumn.Parent Property

 

Gets the SqlSmoObject that is the parent of the distribution column object.

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

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Index Parent { get; set; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
property Index^ Parent {
    Index^ get();
    void set(Index^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Index with get, set
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>
Public Property Parent As Index

Property Value

Type: Microsoft.SqlServer.Management.Smo.Index

The SqlSmoObject that is the parent of the distribution column object.

See Also

DistributionColumn Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top