DatabaseFile.FileSegments Property

 

Gets the collection of file segments.

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

Syntax

[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, 
    SfcContainerCardinality.OneToAny, typeof(FileSegment))]
public FileSegmentCollection FileSegments { get; }
public:
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, 
    SfcContainerCardinality::OneToAny, (FileSegment^::typeid))]
property FileSegmentCollection^ FileSegments {
    FileSegmentCollection^ get();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer,
    SfcContainerCardinality.OneToAny, typeof(FileSegment))>]
member FileSegments : FileSegmentCollection with get
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny,
    GetType(FileSegment))>
Public ReadOnly Property FileSegments As FileSegmentCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.FileSegmentCollection

The collection of file segments.

See Also

DatabaseFile Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top