DatabaseSegmentCollection.Parent Property

 

Gets the parent database of the segments.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database

The parent database of the segments.

See Also

DatabaseSegmentCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top