ExtendedPropertyCollection.Parent Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject

A SqlSmoObject object that is the parent of the ExtendedPropertyCollection object.

See Also

ExtendedPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top