FileSegmentCollection.Parent Property

 

Gets the parent file of the file segments in the collection.

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

The parent file of the file segments.

See Also

FileSegmentCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top